summaryrefslogtreecommitdiff
path: root/mtac.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtac.c')
-rw-r--r--mtac.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mtac.c b/mtac.c
index 532545d..f6ae07c 100644
--- a/mtac.c
+++ b/mtac.c
@@ -486,9 +486,7 @@ static int __init mtac_init(void)
if(fw->size == sizeof(mts_ap_eeprom[0])) {
memcpy(mts_ap_eeprom[port_index], fw->data, sizeof(mts_ap_eeprom[0]));
log_info("EEPROM contents loaded (%s)", fwname);
- }
- else
- {
+ } else {
log_error("EEPROM invalid size (%s:%d)", fwname, fw->size);
}
release_firmware(fw);