aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/lgdt3306a.c
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab@osg.samsung.com> 2014-10-28 11:27:34 -0200
committerGravatar Mauro Carvalho Chehab <mchehab@osg.samsung.com> 2015-03-03 10:34:13 -0300
commite2c47fa7dd4b38d930fe4131e65f0fa35236c9b5 (patch)
tree5aa7705196919570264b9362473c7e7e1999bafc /drivers/media/dvb-frontends/lgdt3306a.c
parent[media] lgdt3306a: properly handle I/O errors (diff)
downloadlinux-e2c47fa7dd4b38d930fe4131e65f0fa35236c9b5.tar.gz
linux-e2c47fa7dd4b38d930fe4131e65f0fa35236c9b5.tar.bz2
linux-e2c47fa7dd4b38d930fe4131e65f0fa35236c9b5.zip
[media] lgdt3306a: Remove FSF address
Fix this CodingStyle error: ERROR: Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so ag$ #56: FILE: drivers/media/dvb-frontends/lgdt3306a.c:19: + * along with this program; if not, write to the Free Software$ Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/lgdt3306a.c')
-rw-r--r--drivers/media/dvb-frontends/lgdt3306a.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/media/dvb-frontends/lgdt3306a.c b/drivers/media/dvb-frontends/lgdt3306a.c
index d1a914de4180..54c2c282e97e 100644
--- a/drivers/media/dvb-frontends/lgdt3306a.c
+++ b/drivers/media/dvb-frontends/lgdt3306a.c
@@ -14,11 +14,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
*/
#include <asm/div64.h>
@@ -1455,6 +1450,7 @@ static u32 lgdt3306a_calculate_snr_x100(struct lgdt3306a_state *state)
static enum lgdt3306a_lock_status lgdt3306a_vsb_lock_poll(struct lgdt3306a_state *state)
{
+ int ret;
u8 cnt = 0;
u8 packet_error;
u32 snr;