[PATCH] remove unneeded TODO and FIXME entry

Thanks to Kay for pointing it out to me.
This commit is contained in:
greg@kroah.com 2003-12-19 18:08:39 -08:00 committed by Greg KH
parent d077e50c92
commit 7ecb8d23f3
2 changed files with 0 additions and 2 deletions

1
TODO
View File

@ -6,7 +6,6 @@ greg k-h
greg@kroah.com
- fix kernel name logic to handle devices like sdaj and such.
- more documentation (can never have too much.)
- better partition support (it's a hack right now, maybe new libsysfs changes
can help out a lot here.)

View File

@ -189,7 +189,6 @@ static void build_kernel_number(struct sysfs_class_device *class_dev, struct ude
{
char *dig;
/* FIXME, figure out how to handle stuff like sdaj which will not work right now. */
dig = class_dev->name + strlen(class_dev->name);
while (isdigit(*(dig-1)))
dig--;