net: Remove bogus reference to BUS_ID_SIZE in sysfs code.
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 04:05:19 +0000 (21:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 04:05:19 +0000 (21:05 -0700)
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 <davem@davemloft.net>

No differences found