Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [media] av7110: don't allow negative volumes | Dan Carpenter | 2015-11-17 |
| | | | | | | | | | | | The issue here is that we there is a static checker warning because we have a user controlled volume setting and we cap the upper bound but we allow negative numbers. Negative volumes don't make sense, so let's make these variables unsigned. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> | ||
* | [media] Rename media/dvb as media/pci | Mauro Carvalho Chehab | 2012-08-13 |
The remaining dvb drivers are pci, so rename them to match the bus. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |