Em Sun, 11 Oct 2009 22:53:14 -0500 (CDT) Mike Isely <isely@xxxxxxxxx> escreveu: > > Mauro: > > Please from http://linuxtv.org/hg/~mcisely/pvrusb2-20091011 for a few > various pvrusb2 fixes / improvements. No critical bug fixes here, just > a bunch of little things: > > - pvrusb2: Make more info available to udev > - pvrusb2: Soften encoder warning message > - pvrusb2: Improve diagnostic info on driver initialization failure > - pvrusb2: Report hardware description to kernel log upon initialization > - pvrusb2: Add hardware description to debuginfo output > - pvrusb2: Fix redundant message on driver initialization failure (missing break) > - pvrusb2: Cosmetic kernel log tweak Committed. Please fix the existing CodingStyle erros added on this changeset on a next pull request: ERROR: trailing statements should be on next line #26: FILE: linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c:919: + if (!dip) return; + if (!dip) return; ERROR: trailing statements should be on next line #27: FILE: linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c:920: + if (!dip->devbase.parent) return; + if (!dip->devbase.parent) return; Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html