]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/auxdisplay/img-ascii-lcd.c
auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 20 Feb 2017 00:33:35 +0000 (16:33 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Mar 2017 07:59:55 +0000 (16:59 +0900)
commitabda288bb207e5c681306299126af8c022709c18
tree585629903544b240227f53d944dc77043ce9c3b3
parent5e030d5ce9d99a899b648413139ff65bab12b038
auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches

The OF device table must be terminated, otherwise we'll be walking past it
and into areas unknown.

Fixes: 0cad855fbd08 ("auxdisplay: img-ascii-lcd: driver for simple ASCII...")
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/auxdisplay/img-ascii-lcd.c