Searched hist:"9261 b43e70b79106deca8f734a5217134ce68f3d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/soc/tegra/fuse/ |
H A D | fuse-tegra.c | diff 9261b43e70b79106deca8f734a5217134ce68f3d Wed Aug 23 04:25:09 CDT 2017 Thierry Reding <treding@nvidia.com> soc/tegra: fuse: Add missing semi-colon
Commit 8a46828e623c ("soc/tegra: Register SoC device") added a new initcall, but forgot to terminate the line with a semi-colon. Some recent versions of GCC seem to report this as an error.
Fixes: 8a46828e623c ("soc/tegra: Register SoC device") Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|