From: Alan Cox Date: Wed, 10 Dec 2014 15:06:10 +0000 (+0000) Subject: pcmcia cis: on an out of range CIS read return 0xff, don't just warn X-Git-Tag: fixes-v4.0-rc1~101^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38a4bd319e615b4eb4be9d8c0d5ddc13113c768;p=pandora-kernel.git pcmcia cis: on an out of range CIS read return 0xff, don't just warn The current code displays warnings but then proceeds to try and reference the data through the PCMCIA window. Instead return 0xff. This prevents bogus CIS data sending us off into hyperspace. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed