Loading drivers/char/diag/diag_dci.c +2 −2 Original line number Diff line number Diff line Loading @@ -3067,7 +3067,7 @@ int diag_dci_write_proc(uint8_t peripheral, int pkt_type, char *buf, int len) DIAG_LOG(DIAG_DEBUG_DCI, "buf: 0x%pK, p: %d, len: %d, f_mask: %d\n", buf, peripheral, len, driver->feature[peripheral].rcvd_feature_mask); driver->feature[PERIPHERAL_MODEM].rcvd_feature_mask); return -EINVAL; } Loading Loading
drivers/char/diag/diag_dci.c +2 −2 Original line number Diff line number Diff line Loading @@ -3067,7 +3067,7 @@ int diag_dci_write_proc(uint8_t peripheral, int pkt_type, char *buf, int len) DIAG_LOG(DIAG_DEBUG_DCI, "buf: 0x%pK, p: %d, len: %d, f_mask: %d\n", buf, peripheral, len, driver->feature[peripheral].rcvd_feature_mask); driver->feature[PERIPHERAL_MODEM].rcvd_feature_mask); return -EINVAL; } Loading