Renzo Davoli
dd5d81f326
fs/char_dev.c: remove useless loop
...
There are two useless lines in fs/char_dev.c.
In register_chrdev there is a loop to change all '/' into '!' in the
kernel object name.
This code is useless as the same substitution is in kobject_set_name_vargs in
lib/kobject.c:
228 /* ewww... some of these buggers have '/' in the name ... */
229 while ((s = strchr(kobj->name, '/')))
230 s[0] = '!';
kobject_set_name_vargs is called by kobject_set_name.
kobject_set_name is called just above the useless loop.
[hidave.darkstar@gmail.com: fix warning, remove the unused char *s]
Signed-off-by: Renzo Davoli <renzo@cs.unibo.it>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-09-24 07:21:03 -07:00
..
2009-09-23 13:03:46 -05:00
2009-07-12 12:22:34 -07:00
2009-06-11 21:36:14 -04:00
2009-09-23 07:39:29 -07:00
2009-09-21 15:14:58 +02:00
2009-08-31 17:44:05 -10:00
2009-09-22 07:17:24 -07:00
2009-07-12 12:22:34 -07:00
2009-09-22 07:51:45 -07:00
2009-06-11 21:36:06 -04:00
2009-09-22 07:51:45 -07:00
2009-05-11 14:13:10 +02:00
2009-09-11 09:20:26 +02:00
2009-04-02 19:05:08 -07:00
2009-06-15 21:30:28 -07:00
2009-09-23 07:39:28 -07:00
2009-09-23 07:39:29 -07:00
2009-09-22 07:17:24 -07:00
2009-06-17 00:36:36 -04:00
2009-07-12 12:22:34 -07:00
2009-09-23 07:39:58 -07:00
2009-09-22 07:17:24 -07:00
2009-09-22 07:51:45 -07:00
2009-09-14 17:08:17 +02:00
2009-07-12 12:22:34 -07:00
2009-05-27 10:20:13 -07:00
2009-09-18 09:23:03 -07:00
2009-09-23 18:13:10 -07:00
2009-07-12 12:22:34 -07:00
2009-07-12 12:22:34 -07:00
2009-06-30 18:56:03 -07:00
2009-07-12 12:22:34 -07:00
2009-04-02 19:04:53 -07:00
2009-09-24 07:20:56 -07:00
2009-07-10 19:18:59 -07:00
2009-09-16 17:44:10 +02:00
2009-09-23 07:39:29 -07:00
2009-09-23 10:07:49 -07:00
2009-09-08 11:09:04 -07:00
2009-09-23 18:13:10 -07:00
2009-09-23 07:39:57 -07:00
2009-09-23 07:39:42 -07:00
2009-09-23 18:13:10 -07:00
2009-09-23 18:13:10 -07:00
2009-09-22 07:17:24 -07:00
2009-06-15 21:44:43 -07:00
2009-08-28 12:51:14 -04:00
2009-09-23 07:39:29 -07:00
2009-09-23 18:13:10 -07:00
2009-09-22 07:17:24 -07:00
2009-09-22 07:17:25 -07:00
2009-09-23 07:39:42 -07:00
2009-09-23 07:39:30 -07:00
2009-09-22 07:17:24 -07:00
2009-09-23 07:39:42 -07:00
2009-09-22 07:17:24 -07:00
2009-09-22 07:17:24 -07:00
2009-09-23 07:39:27 -07:00
2009-09-22 07:17:24 -07:00
2009-09-11 09:17:05 -07:00
2009-06-17 00:36:37 -04:00
2009-09-22 07:17:24 -07:00
2009-09-14 19:13:01 +02:00
2009-06-18 13:03:46 -07:00
2009-09-22 07:51:45 -07:00
2009-09-23 07:39:29 -07:00
2009-09-23 07:39:29 -07:00
2009-09-24 07:21:02 -07:00
2009-09-24 07:21:01 -07:00
2009-09-24 07:21:03 -07:00
2009-03-31 23:00:28 -04:00
2009-07-01 10:56:25 +02:00
2009-07-10 20:31:53 +02:00
2009-09-22 07:17:25 -07:00
2009-09-23 07:39:29 -07:00
2009-09-24 07:21:03 -07:00
2009-08-07 10:39:56 -07:00
2009-09-23 07:39:30 -07:00
2009-07-18 15:51:44 +02:00
2009-05-22 23:22:54 +02:00
2009-06-16 19:47:43 -07:00
2009-09-23 07:39:29 -07:00
2009-06-18 13:03:41 -07:00
2009-09-24 07:21:01 -07:00
2009-09-24 07:21:01 -07:00
2009-06-11 21:36:02 -04:00
2009-04-20 23:02:52 -04:00
2009-03-31 23:00:27 -04:00
2009-09-16 15:18:53 +02:00
2009-03-31 23:00:26 -04:00
2009-09-23 07:39:29 -07:00
2009-06-11 21:36:07 -04:00
2009-06-24 08:15:27 -04:00
2009-09-22 07:17:41 -07:00
2009-08-18 16:31:12 -07:00
2009-09-22 07:17:25 -07:00
2009-04-07 08:31:16 -07:00
2009-05-13 15:13:42 -04:00
2009-09-11 08:55:49 -07:00
2009-08-07 10:39:56 -07:00
2009-09-23 09:21:05 -07:00
2009-07-22 21:14:14 +02:00
2009-05-11 14:13:10 +02:00
2009-09-23 07:39:27 -07:00
2009-06-18 13:03:57 -07:00
2009-09-14 17:55:15 -07:00
2009-04-20 23:02:52 -04:00
2009-09-22 07:17:24 -07:00
2009-09-23 07:39:29 -07:00
2009-09-10 10:11:22 +10:00