]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e20cd176ce06db683f4ed024798b90b945a0098
treea8e226b790038d315650b6f552ee9845e6ae3383
parent99d8a9c3a9c51f75b9c2c8c589387762051dfffa
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