sfc: Remove broken automatic fallback for invalid Falcon chip/board config
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 2 Dec 2010 13:47:01 +0000 (13:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Dec 2010 17:08:05 +0000 (09:08 -0800)
commit6c88b0b6dc886e49c0e6ee21d677c2e380bde688
treea8e226b790038d315650b6f552ee9845e6ae3383
parent18e3ee2cf96adf072deeb291eed670f2c23bb2fc
sfc: Remove broken automatic fallback for invalid Falcon chip/board config

If the Falcon board config is invalid, we cannot proceed - we do not
have a valid board type to pass to falcon_probe_board(), and if we
kluge that to work with an unknown board then other initialisation
code will crash.

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