qmi: Fix typo

This commit is contained in:
Denis Kenzior 2017-02-02 11:41:36 -06:00
parent 8dffd365a2
commit 0fbc802845
1 changed files with 1 additions and 1 deletions

View File

@ -1393,7 +1393,7 @@ bool qmi_device_set_expected_data_format(struct qmi_device *device,
value = 'Y';
break;
default:
DBG("Unhandled firmat: %d", (int) format);
DBG("Unhandled format: %d", (int) format);
goto done;
}