media: ddbridge: fix an error code problem in ddb_probe
[ Upstream commit 09b4195021
]
Error code is assigned to 'stat', return 'stat' rather than '-1'.
Signed-off-by: Su Hui <suhui@nfschina.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
615e3adc20
commit
4d181fe966
@ -247,7 +247,7 @@ fail:
|
||||
ddb_unmap(dev);
|
||||
pci_set_drvdata(pdev, NULL);
|
||||
pci_disable_device(pdev);
|
||||
return -1;
|
||||
return stat;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
|
Reference in New Issue
Block a user