mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
[PATCH] remove unneeded TODO and FIXME entry
Thanks to Kay for pointing it out to me.
This commit is contained in:
1
TODO
1
TODO
@@ -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.)
|
||||
|
||||
@@ -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--;
|
||||
|
||||
Reference in New Issue
Block a user