Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] mark struct file_operations const 4 | Arjan van de Ven | 2007-02-12 |
| | | | | | | | | | | | | Many struct file_operations in the kernel can be "const". Marking them const moves these to the .rodata section, which avoids false sharing with potential dirty data. In addition it'll catch accidental writes at compile time to these shared resources. [akpm@sdl.org: dvb fix] Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||
* | V4L/DVB (4410): Cleanups and fixes for dsbr100 | Alan Cox | 2006-09-26 |
| | | | | | Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> | ||
* | V4L/DVB (4407): Driver dsbr100 is a radio device, not a video one! | Mauro Carvalho Chehab | 2006-08-08 |
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> |