diff options
-rw-r--r-- | drivers/thunderbolt/eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c index 996c6e29c8ad..308b6e17c88a 100644 --- a/drivers/thunderbolt/eeprom.c +++ b/drivers/thunderbolt/eeprom.c | |||
@@ -291,7 +291,7 @@ int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid) | |||
291 | 291 | ||
292 | crc = tb_crc8(data + 1, 8); | 292 | crc = tb_crc8(data + 1, 8); |
293 | if (crc != data[0]) { | 293 | if (crc != data[0]) { |
294 | tb_sw_warn(sw, "uid crc8 missmatch (expected: %#x, got: %#x)\n", | 294 | tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n", |
295 | data[0], crc); | 295 | data[0], crc); |
296 | return -EIO; | 296 | return -EIO; |
297 | } | 297 | } |