From: Cornelia Huck Date: Tue, 10 Jun 2008 09:09:08 +0000 (+0200) Subject: driver core: Suppress sysfs warnings for device_rename(). X-Git-Tag: v2.6.27-rc1~866^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ce6dad6e3cb3f050ed41e0beac0070d2062b25;p=pandora-kernel.git driver core: Suppress sysfs warnings for device_rename(). driver core: Suppress sysfs warnings for device_rename(). Renaming network devices to an already existing name is not something we want sysfs to print a scary warning for, since the callers can deal with this correctly. So let's introduce sysfs_create_link_nowarn() which gets rid of the common warning. Signed-off-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed