commit | b38a4bd319e615b4eb4be9d8c0d5ddc13113c768 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Wed Dec 10 15:06:10 2014 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 12 05:04:12 2015 -0800 |
tree | c00237e66efd36f57463c30c2b3b260512214be6 | |
parent | a6c6193a3662f6634ad7f797597081556a9db068 [diff] |
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 <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>