greybus: drop a bogus semicolon
authorAlex Elder <elder@linaro.org>
Tue, 24 May 2016 18:34:52 +0000 (13:34 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 27 May 2016 18:28:16 +0000 (11:28 -0700)
commit898d75f4aa8b1aeb99df8fe275cb3fcfa3dc0688
tree9c2c24a4eac59ae32ffb037a8529c96afd286644
parent95073cc2e53c1352f2c244408d1bd005b07650fd
greybus: drop a bogus semicolon

Coccinelle reports that gb_svc_pwrmon_debugfs_init() has a block of
a for loop which is followed by an unnecessary semicolon.  Get rid
of that semicolon.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c