Skip to content
Commit 0d828fd5 authored by Xavier Roumegue's avatar Xavier Roumegue Committed by Mauro Carvalho Chehab
Browse files

media: dw100: Add a missing unwind goto in dw100_probe()



In case the IRQ allocation returns an error in dw100_probe(), the pm
runtime is not disabled before to return.

Add the missing unwind goto on the error handling path of the IRQ
allocation request.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter's avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarXavier Roumegue <xavier.roumegue@oss.nxp.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent de655386
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment