aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/as102/as102_fw.c
Commit message (Collapse)AuthorAge
* [media] as102: fix potential double free in as102_fw_upload()Christian Engelmayer2015-11-19
| | | | | | | | | In case the request to locate the firmware file part 2 fails, the error path releases the already freed firmware memory location again. Thus reset the firmware pointer to NULL after releasing firmware file part 1. Signed-off-by: Christian Engelmayer <cengelma@gmx.at> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* [media] as102: get rid of FSF mail addressMauro Carvalho Chehab2014-08-21
| | | | | | | | Make checkpatch happier by removing FSF mail address. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
* [media] as102: promote it out of stagingMauro Carvalho Chehab2014-08-21
This driver is stable and doesn't contain any really serious issue. Move it out of staging. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>