From 28277a55fd8e9d0c53647734d824a6bf7ba92e04 Mon Sep 17 00:00:00 2001 From: David Matlack Date: Mon, 19 May 2014 22:04:00 -0700 Subject: [PATCH] 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-format-patch failed