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:
parent
001943e8ea
commit
0c3801875c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
#define FW_TAG_INT_DEFAULT "s3f"
|
||||
#define FW_TAG_BCND_DEFAULT "bf_01"
|
||||
#define FW_UPDATE_TYPE_DEFAULT 0
|
||||
#define FW_TIMEOUT_DEFAULT 10000;
|
||||
#define FW_TIMEOUT_DEFAULT 10000
|
||||
|
||||
static const char *firmware_tag;
|
||||
static const char *fwdev = FW_DEV_DEFAULT;
|
||||
|
|
Loading…
Reference in a new issue