Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sbrmi-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ int rmi_mailbox_xfer(struct apml_sbrmi_device *rmi_dev,
u8 byte = 0;

if (!rmi_dev->regmap)
return ENODEV;
return -ENODEV;

msg->fw_ret_code = 0;

Expand Down