summaryrefslogtreecommitdiff
path: root/drivers/modem/shrm/shrm_fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/modem/shrm/shrm_fifo.c')
-rw-r--r--drivers/modem/shrm/shrm_fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/modem/shrm/shrm_fifo.c b/drivers/modem/shrm/shrm_fifo.c
index 9e6564aa6bc..1f0f9202e51 100644
--- a/drivers/modem/shrm/shrm_fifo.c
+++ b/drivers/modem/shrm/shrm_fifo.c
@@ -519,7 +519,7 @@ u8 read_one_l2msg_audio(struct shrm_dev *shrm,
fifo->availablesize);
dev_info(shrm->dev, "end_fifo= %x\n",
fifo->end_addr_fifo);
- dev_info(shrm->dev, "Received msgtype is &d\n", msgtype);
+ dev_info(shrm->dev, "Received msgtype is %d\n", msgtype);
/* Fatal ERROR - should never happens */
dev_crit(shrm->dev, "Fatal ERROR - should never happen\n");
BUG();