mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
drivers/video: fsl-diu-fb: fix compilation warning
Fix this compilation warning in the Freescale DIU framebuffer driver: warning: 'dummy_ad_addr' may be used uninitialized in this function Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
parent
4a64e49df2
commit
89f08e3e5d
@ -1429,7 +1429,7 @@ static int __devinit fsl_diu_probe(struct platform_device *ofdev)
|
||||
{
|
||||
struct device_node *np = ofdev->dev.of_node;
|
||||
struct mfb_info *mfbi;
|
||||
phys_addr_t dummy_ad_addr;
|
||||
phys_addr_t dummy_ad_addr = 0;
|
||||
int ret, i, error = 0;
|
||||
struct resource res;
|
||||
struct fsl_diu_data *machine_data;
|
||||
|
Loading…
Reference in New Issue
Block a user