summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorBitan Biswas <bbiswas@nvidia.com>2018-07-23 02:53:45 -0400
committerKrishna Yarlagadda <kyarlagadda@nvidia.com>2018-07-23 12:24:23 -0400
commita06cf3cec4c2e9722d99bd91fff634e3f1a2de1a (patch)
tree02f9e3823a691e36655a8f58ff7ee1a6bd5a41ac /include/linux
parent06b33392df550508ddf9cee9a599e9ee8a6e8fff (diff)
video: tegra: dc: fix gcc 7.3 l4t build
Fix below l4t build errors with gcc 7.3: $TOP/kernel/nvidia/drivers/video/tegra/dc/dc.c: In function ‘tegra_dc_probe’:8$6] $TOP/kernel/nvidia/drivers/video/tegra/dc/dc.c:6448:44: error: ‘of_fb_res.start6] ’ may be used uninitialized in this function [-Werror=maybe-uninitialized] fb_mem->start = (resource_size_t)of_fb_res.start; ~~~~~~~~~^~~~~~ $TOP/kernel/nvidia/drivers/video/tegra/dc/dc.c:6449:42: error: ‘of_fb_res.end▒T=$▒ may be used uninitialized in this function [-Werror=maybe-uninitialized] fb_mem->end = (resource_size_t)of_fb_res.end; ~~~~~~~~~^~~~ cc1: all warnings being treated as errors bug 200433410 Change-Id: Ibe5fe52f121389b5ca7392ab6d76cd67057700d5 Signed-off-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1783722 Reviewed-by: Naveen Kumar S <nkumars@nvidia.com> Reviewed-by: Santosh Galma <galmar@nvidia.com> Reviewed-by: Rakesh Babu Bodla <rbodla@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions