]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 26 Oct 2007 18:07:44 +0000 (20:07 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 31 Oct 2007 04:52:33 +0000 (21:52 -0700)
commit60b8cabd8e8a1d266aa8778957691cd925673083
treec3eedcd7291d78943b790fb50865c5497de0688d
parent78e9d3678c8362aad2b2a48c242966aebb089dbd
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y

This should fix the sysfs warnings that renaming network devices is
causing to show up with CONFIG_SYSFS_DEPRECATED=y

The code just shouldn't run if class devices are real directories, it's
an update for the symlink in the class directory. Nobody noticed that as
long as the creation of sysfs files silently failed, and we both missed
it before the merge, because we don't run SYSFS_DEPRECATED=y.

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: David Miller <davem@davemloft.net>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c