Skip to content

Commit ecdddd2

Browse files
ausyskingregkh
authored andcommitted
mei: bus: demote error on connect
There are flows, like exit from D3cold where connect via bus can fail. Demote error print to debug level to unclutter dmesg. Signed-off-by: Alexander Usyskin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2b5c4cb commit ecdddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/mei/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ int mei_cldev_enable(struct mei_cl_device *cldev)
814814

815815
ret = mei_cl_connect(cl, cldev->me_cl, NULL);
816816
if (ret < 0) {
817-
dev_err(&cldev->dev, "cannot connect\n");
817+
dev_dbg(&cldev->dev, "cannot connect\n");
818818
mei_cl_bus_vtag_free(cldev);
819819
}
820820

0 commit comments

Comments
 (0)