Re: [RFC] Staging: fbtft: Typo in

2019-07-25 Thread Greg KH
On Sun, Jul 21, 2019 at 08:54:39PM +0200, Christophe JAILLET wrote: > Hi, > > looking at the code in 'drivers/staging/fbtft/fb_pcd8544.c', there seems to > be some typos. > > At the end of the file, we can find: > > FBTFT_REGISTER_DRIVER(DRVNAME, "philips,pdc8544", ); > ... >

[RFC] Staging: fbtft: Typo in

2019-07-22 Thread Christophe JAILLET
Hi, looking at the code in 'drivers/staging/fbtft/fb_pcd8544.c', there seems to be some typos. At the end of the file, we can find: FBTFT_REGISTER_DRIVER(DRVNAME, "philips,pdc8544", ); ... MODULE_ALIAS("spi:pdc8544"); It is likely that the 2 pdc8544 should be pcd8544. (d and c switched)