From: David S. Miller Date: Wed, 27 May 2009 04:05:19 +0000 (-0700) Subject: net: Remove bogus reference to BUS_ID_SIZE in sysfs code. X-Git-Tag: v2.6.31-rc1~330^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0cc7f78ba55e831c16fb8cb5c204d9d2ecc398;p=pandora-kernel.git net: Remove bogus reference to BUS_ID_SIZE in sysfs code. BUS_ID_SIZE is really no more, and device names are dynamically allocated and thus can be any necessary size. So remove the BUG check here making sure BUS_ID_SIZE is at least as large as IFNAMSIZ. Signed-off-by: David S. Miller --- Reading git-diff-tree failed