commit | 7c42721fe0c58a848849b43ff558cf2fb86aa35a | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 25 13:50:30 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 25 13:50:30 2013 -0700 |
tree | 380ab19f143d3f30810c0e9cafc42a0bdcce1784 | |
parent | ac3785d5c15922c8a4c6b9e050a5bc59895a6b9b [diff] |
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>