Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [media] tm6000: check an allocation for failure | Dan Carpenter | 2013-02-08 |
| | | | | | | | | | This allocation had no error checking. It didn't need to be under the mutex so I moved it out form there. That makes the error handling easier and is a potential speed up. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
* | [media] rename most media/video usb drivers to media/usb | Mauro Carvalho Chehab | 2012-08-15 |
Rename all USB drivers with their own directory under drivers/media/video into drivers/media/usb and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |