Jeff Garzik
f946dffed6
[netdrvr] tehuti: move ioctl perm check closer to function start
...
Noticed by davem.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com >
2008-04-25 03:11:31 -04:00
Francois Romieu
6131a2601f
tehuti: check register size
...
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com >
Signed-off-by: Jeff Garzik <jgarzik@redhat.com >
2008-04-25 02:08:09 -04:00
Alejandro Martinez Ruiz
c00acf46de
netdev: ARRAY_SIZE() cleanups
...
Convert array size calculations to use ARRAY_SIZE().
Signed-off-by: Alejandro Martinez Ruiz <alex@flawedcode.org >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2008-01-28 15:03:37 -08:00
Alejandro Martinez Ruiz
4c3616cdda
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
...
Using ARRAY_SIZE() on arrays of the form array[][K] makes it unnecessary
to know the value of K when checking its size.
Signed-off-by: Alejandro Martinez Ruiz <alex@flawedcode.org >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2008-01-28 15:03:36 -08:00
Roel Kluin
072ee3f9bd
[TEHUTI]: Fix incorrect usage of strncat in bdx_get_drvinfo()
...
Fix incorrect length for strncat by replacing it with strlcat
Signed-off-by: Roel Kluin <12o3l@tiscali.nl >
Signed-off-by: David S. Miller <davem@davemloft.net >
2007-11-13 03:17:16 -08:00
Florin Malita
bc2618f752
tehuti: possible leak in bdx_probe
...
If pci_enable_device fails, bdx_probe returns without freeing the
allocated pci_nic structure.
Coverity CID 1908.
Signed-off-by: Florin Malita <fmalita@gmail.com >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2007-10-15 14:29:48 -04:00
Stephen Hemminger
ddfce6bb43
network drivers: sparse warning fixes
...
Fix some of the easy warnings in network device drivers.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2007-10-10 16:55:27 -07:00
Andy Gospodarek
1a348ccc10
[NET]: Add Tehuti network driver.
...
[ Ported to napi_struct changes... -DaveM ]
Signed-off-by: David S. Miller <davem@davemloft.net >
2007-10-10 16:51:34 -07:00