From: Charles Clément Date: Wed, 5 May 2010 20:54:08 +0000 (-0700) Subject: Staging: crystalhd: fix missing semicolon X-Git-Tag: v2.6.35-rc1~441^2^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b9e5ae4039ab32ea5fcef999f6e54ca4af5c94;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed