Staging: crystalhd: fix missing semicolon
authorCharles Clément <caratorn@gmail.com>
Wed, 5 May 2010 20:54:08 +0000 (13:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:18 +0000 (11:36 -0700)
commit97b9e5ae4039ab32ea5fcef999f6e54ca4af5c94
tree6c6809a33884ac6fa9fd6d3e59d8e3ce92e0eaee
parente5b3e80016198ee55c82dfd653c1dee99a38964b
Staging: crystalhd: fix missing semicolon

A semicolon is missing at the end of a statement, but it does compile
fine without it as the macro BCMLOG_ERR expands to a do {...} while (0);

Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/crystalhd/crystalhd_cmds.c