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

Commit 46953e6a authored by Markus Elfring's avatar Markus Elfring Committed by Bartlomiej Zolnierkiewicz
Browse files

video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_drv_probe()



The local variable "fbdev" will be reassigned by a following statement.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent db66f025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ static int au1100fb_setup(struct au1100fb_device *fbdev)

static int au1100fb_drv_probe(struct platform_device *dev)
{
	struct au1100fb_device *fbdev = NULL;
	struct au1100fb_device *fbdev;
	struct resource *regs_res;
	unsigned long page;
	struct clk *c;