From: Viresh Kumar Date: Thu, 21 Apr 2016 02:43:01 +0000 (+0530) Subject: greybus: bootrom: fix typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=de86e251f87fbc22efc935911f570c97f9b95cac;p=linux-beck.git greybus: bootrom: fix typo s/Firware/Firmware Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/bootrom.c b/drivers/staging/greybus/bootrom.c index 3cbe9feff53d..cf750beb3403 100644 --- a/drivers/staging/greybus/bootrom.c +++ b/drivers/staging/greybus/bootrom.c @@ -101,7 +101,7 @@ static int download_firmware(struct gb_bootrom *bootrom, u8 stage) &connection->bundle->dev); if (rc) dev_err(&connection->bundle->dev, - "Firware request for %s has failed : %d", + "Firmware request for %s has failed : %d", firmware_name, rc); return rc; }