diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-19 18:08:39 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:09 -0700 |
commit | 7ecb8d23f371a38cd918334ee7bf8383f1807ddb (patch) | |
tree | aeea47768468ab5acb45d5bf5c8311697c5aae72 | |
parent | d077e50c927209c4157f2696d15f0d1286ada411 (diff) |
[PATCH] remove unneeded TODO and FIXME entry
Thanks to Kay for pointing it out to me.
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | namedev.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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--; |