summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-03-05 12:36:33 +0100
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-03-05 12:36:33 +0100
commit9a9f1d1a81a972513636c333e26c542f8aebae55 (patch)
tree57061817028259d37df4081ede663114af49ab12 /arch/arm
parent4c83c2f75a8f4737a8fb177bb7f2ffe464f567ca (diff)
downloadlinux-0-day-9a9f1d1a81a972513636c333e26c542f8aebae55.tar.gz
linux-0-day-9a9f1d1a81a972513636c333e26c542f8aebae55.tar.xz
fbdev: mbx: fix a misspelled variable name
A recent cleanup introduced a build failure when a variable was spelled incorrectly: In file included from drivers/video/fbdev/mbx/mbxfb.c:881: drivers/video/fbdev/mbx/mbxdebugfs.c: In function 'mbxfb_debugfs_init': drivers/video/fbdev/mbx/mbxdebugfs.c:217:2: error: 'mbfi' undeclared (first use in this function); did you mean 'mfbi'? mbfi->debugfs_dir = dir; ^~~~ mfbi drivers/video/fbdev/mbx/mbxdebugfs.c:217:2: note: each undeclared identifier is reported only once for each function it appears in drivers/video/fbdev/mbx/mbxdebugfs.c:213:21: error: unused variable 'mfbi' [-Werror=unused-variable] struct mbxfb_info *mfbi = fbi->par; ^~~~ Fixes: 72aed9e31344 ("fbdev: mbx: fix up debugfs file creation") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions