summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec/ttusbdecfe.c
AgeCommit message (Collapse)Author
2005-12-09TTUSB DEC driver patch roundupAlex Woods
From: Alex Woods <linux-dvb@giblets.org> Collection of patches from Peter Beutner addressing: - add symbolrates to the DVB-S frontend description - fix capability flags in DVB-S frontend describtion - remove some void casts - disable zig-zag scanning as it makes no sense for DVB-T - set sensible min_delay value - return an error for requested filter types the driver can't handle Signed-off-by: Peter Beutner <p.beutner@gmx.net> Signed-off-by: Alex Woods <linux-dvb@giblets.org>
2005-06-22The Coverity checker discovered that these two kfree's can never beJohannes Stezenbach
executed. Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy