Log (if debug > 0) when a CEC message is received.
This is done for transmits already, so it makes sense to do the
same for receives.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
        spin_lock_irqsave(&pulse8->msg_lock, flags);
        while (pulse8->rx_msg_num) {
                spin_unlock_irqrestore(&pulse8->msg_lock, flags);
+               if (debug)
+                       dev_info(pulse8->dev, "adap received %*ph\n",
+                                pulse8->rx_msg[pulse8->rx_msg_cur_idx].len,
+                                pulse8->rx_msg[pulse8->rx_msg_cur_idx].msg);
                cec_received_msg(pulse8->adap,
                                 &pulse8->rx_msg[pulse8->rx_msg_cur_idx]);
                spin_lock_irqsave(&pulse8->msg_lock, flags);