media: saa7146: add cleanup in hexium_attach()
authorWenwen Wang <wenwen@cs.uga.edu>
Sun, 18 Aug 2019 05:40:14 +0000 (02:40 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 26 Aug 2019 13:40:55 +0000 (10:40 -0300)
commit42e64117d3b4a759013f77bbcf25ab6700e55de7
tree48fb322b8dabbdc76813479bb0c26980b72921b5
parent725a28290a53bcc02a3de1c1bf64a416d567b283
media: saa7146: add cleanup in hexium_attach()

If saa7146_register_device() fails, no cleanup is executed, leading to
memory/resource leaks. To fix this issue, perform necessary cleanup work
before returning the error.

Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/saa7146/hexium_gemini.c