]> git.openfabrics.org - ~emulex/infiniband.git/commit
char: tile-srom: fix build error
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 20:50:30 +0000 (13:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 20:50:30 +0000 (13:50 -0700)
commit7c42721fe0c58a848849b43ff558cf2fb86aa35a
tree380ab19f143d3f30810c0e9cafc42a0bdcce1784
parentac3785d5c15922c8a4c6b9e050a5bc59895a6b9b
char: tile-srom: fix build error

This fixes the build error:

drivers/char/tile-srom.c:307:2: warning: missing braces around initializer [-Wmissing-braces]

and the resulting fallout for the missing '*' character, sorry, my
fault...

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/tile-srom.c