[PATCH] Fix warning with b44.c on 64bit boxes
commit22d4d77183f0af8b3b643544a5ae64ec6105d88b
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 17 Jan 2006 17:53:56 +0000 (17 17:53 +0000)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 18 Jan 2006 00:28:50 +0000 (17 19:28 -0500)
tree147b99fdd2dcbaeeac0f23e67bfa0147d23748bc
parent0570cc08194630bd78aef7c2c2b4f6a3f02c2bba
[PATCH] Fix warning with b44.c on 64bit boxes

sizeof() return is not an int, so use max_t to get the types right.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/b44.c