mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
[PATCH] remove unneeded TODO and FIXME entry
Thanks to Kay for pointing it out to me.
This commit is contained in:
parent
d077e50c92
commit
7ecb8d23f3
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--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user