Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e84e954a authored by Ian Molton's avatar Ian Molton
Browse files

[ARM] PXA: squash warning in pxafb



Fixes a warning about using the wrong type in pxafb.c

Signed-off-by: default avatarIan Molton <spyro@f2s.com>
parent aafe0ad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1336,7 +1336,7 @@ static int __devinit pxafb_map_video_memory(struct pxafb_info *fbi)
		fbi->dma_buff_phys = fbi->map_dma;
		fbi->palette_cpu = (u16 *) fbi->dma_buff->palette;

	        pr_debug("pxafb: palette_mem_size = 0x%08lx\n", fbi->palette_size*sizeof(u16));
	        pr_debug("pxafb: palette_mem_size = 0x%08x\n", fbi->palette_size*sizeof(u16));

#ifdef CONFIG_FB_PXA_SMARTPANEL
		fbi->smart_cmds = (uint16_t *) fbi->dma_buff->cmd_buff;