]> Pileus Git - ~andy/linux/commitdiff
Staging: ipack: delete sysfs from to-do list.
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Tue, 12 Jun 2012 09:37:46 +0000 (11:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 17:59:27 +0000 (10:59 -0700)
As we have already got rid of sysfs files in the tpci200 driver, it is needed
to delete that mention in the TODO file.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ipack/TODO

index 3a45a53afd88021ba2928c21a510d13de0ff728f..0f8bf20448434ecdfb8cf7562a46877281a31936 100644 (file)
@@ -15,10 +15,6 @@ TODO
 TPCI-200
 --------
 
-* It receives the name of the mezzanine plugged in each slot by SYSFS.
-  No autodetection supported yet, because the mezzanine driver could not be
-  loaded at the time that the tpci200 driver loads.
-
 * It has a linked list with the tpci200 devices it is managing. Get rid of it
   and use driver_for_each_device() instead.