staging: sm750fb: lynxfb_pci_remove: remove unused variable
The par variable in lynxfb_pci_remove is only assigned a value and never used afterwards. Remove it. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
baf24530a4
commit
473baa2df6
@ -1138,7 +1138,6 @@ static void lynxfb_pci_remove(struct pci_dev *pdev)
|
||||
{
|
||||
struct fb_info *info;
|
||||
struct sm750_dev *sm750_dev;
|
||||
struct lynxfb_par *par;
|
||||
int cnt;
|
||||
|
||||
cnt = 2;
|
||||
@ -1148,7 +1147,6 @@ static void lynxfb_pci_remove(struct pci_dev *pdev)
|
||||
info = sm750_dev->fbinfo[cnt];
|
||||
if (!info)
|
||||
continue;
|
||||
par = info->par;
|
||||
|
||||
unregister_framebuffer(info);
|
||||
/* release frame buffer */
|
||||
|
Loading…
x
Reference in New Issue
Block a user