sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialised
authorBen Hutchings <bhutchings@solarflare.com>
Sat, 13 Dec 2008 06:08:50 +0000 (22:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Dec 2008 06:08:50 +0000 (22:08 -0800)
commit0c53d8c84047d86169bd4147bb8f5adf2772d2bb
treea3ab165d88e117e7a36e168aea2cb27e314a9de9
parentfa402b2ea9cacd1ec94fa77e3efb506a5d034da6
sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialised

Currently the mtd field is not initialised early enough.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/falcon.c