summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/raw.c b/drivers/staging/greybus/raw.c
index 338139e815af..729d25811568 100644
--- a/drivers/staging/greybus/raw.c
+++ b/drivers/staging/greybus/raw.c
@@ -97,7 +97,7 @@ static int gb_raw_request_handler(struct gb_operation *op)
u32 len;
if (op->type != GB_RAW_TYPE_SEND) {
- dev_err(dev, "unknown request type %d\n", op->type);
+ dev_err(dev, "unknown request type 0x%02x\n", op->type);
return -EINVAL;
}