From: David Matlack Date: Tue, 20 May 2014 05:04:00 +0000 (-0700) Subject: staging: slicoss: fail on corrupt eeprom X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~561 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28277a55fd8e9d0c53647734d824a6bf7ba92e04;p=pandora-kernel.git staging: slicoss: fail on corrupt eeprom Remove fail_on_bad_eeprom, which was always 0 and thus being used to ignore incorrect checksumming. This means devices with corrupt eeprom will now cause the driver to fail. Since fail_on_bad_eeprom was the last member in use of struct slic_reg_params, remove that struct altogether. Signed-off-by: David Matlack Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed