ps3fb: cleanup sweep
authorGeert Uytterhoeven <[email protected]>
Wed, 6 Feb 2008 09:39:35 +0000 (01:39 -0800)
committerLinus Torvalds <[email protected]>
Wed, 6 Feb 2008 18:41:17 +0000 (10:41 -0800)
commita286408c702cad43ae9046f4ed4928495848ea51
treec90de1ab02f39828b97e57a526be3144d324cd07
parenta3665366b0cbf3af1e0949bb9ada9ce63eaaaac1
ps3fb: cleanup sweep

cleanup sweep:
  - Kill ps3fb_priv.xdr_ea and ps3fb_priv.xdr_size, use info->screen_base and
    info->fix.smem_len instead.
  - Kill superfluous assignments to info->fix.smem_start, info->fix.smem_len,
    and info->screen_base in ps3fb_set_par(). Their values never change.
  - Add sparse annotations to casts to kill address space warnings

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/ps3fb.c