Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 028316fb authored by John Keeping's avatar John Keeping Committed by Sean Paul
Browse files

drm/rockchip: dw-mipi-dsi: include bad value in error message

parent dad17ed0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -646,7 +646,8 @@ static ssize_t dw_mipi_dsi_host_transfer(struct mipi_dsi_host *host,
		ret = dw_mipi_dsi_dcs_long_write(dsi, msg);
		break;
	default:
		dev_err(dsi->dev, "unsupported message type\n");
		dev_err(dsi->dev, "unsupported message type 0x%02x\n",
			msg->type);
		ret = -EINVAL;
	}