summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Nicholson <mike.nicholson@multitech.com>2018-12-12 16:49:47 -0600
committerMike Nicholson <mike.nicholson@multitech.com>2018-12-12 16:49:47 -0600
commitd892b3cd8de9ca9be82cd50bbe337409d5343d8d (patch)
tree06424f72b111ebb3b753acceba4a887754b9cb9b
parent0ed1e3654d7f468e7b546aaf9e45ab2e3bf2bfd3 (diff)
downloadmtac-d892b3cd8de9ca9be82cd50bbe337409d5343d8d.tar.gz
mtac-d892b3cd8de9ca9be82cd50bbe337409d5343d8d.tar.bz2
mtac-d892b3cd8de9ca9be82cd50bbe337409d5343d8d.zip
Get rid of Allman style braces to match file
-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);