staging: greybus: firmware: Remove trailing semicolon from FW_TIMEOUT_DEFAULT

Fixes checkpatch warning:
  macros should not use a trailing semicolon

Signed-off-by: Michael Sartain <mikesart@fastmail.com>
Acked-by: Viresh Kumar <viresh.kumar at linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Michael Sartain 2017-03-09 09:58:03 -07:00 committed by Greg Kroah-Hartman
parent 001943e8ea
commit 0c3801875c

View file

@ -64,7 +64,7 @@
#define FW_TAG_INT_DEFAULT "s3f" #define FW_TAG_INT_DEFAULT "s3f"
#define FW_TAG_BCND_DEFAULT "bf_01" #define FW_TAG_BCND_DEFAULT "bf_01"
#define FW_UPDATE_TYPE_DEFAULT 0 #define FW_UPDATE_TYPE_DEFAULT 0
#define FW_TIMEOUT_DEFAULT 10000; #define FW_TIMEOUT_DEFAULT 10000
static const char *firmware_tag; static const char *firmware_tag;
static const char *fwdev = FW_DEV_DEFAULT; static const char *fwdev = FW_DEV_DEFAULT;