]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/dvb-frontends/zl10036.c
[media] dvb-frontends: don't break long lines
[karo-tx-linux.git] / drivers / media / dvb-frontends / zl10036.c
index 7ed81315965f7559dc82a4c29f2e4551f1c1b2cd..df5d0fe2468758da5ab6697453029868508f6fa6 100644 (file)
@@ -85,8 +85,8 @@ static int zl10036_read_status_reg(struct zl10036_state *state)
        deb_i2c("R(status): %02x  [FL=%d]\n", status,
                (status & STATUS_FL) ? 1 : 0);
        if (status & STATUS_POR)
-               deb_info("%s: Power-On-Reset bit enabled - "
-                       "need to initialize the tuner\n", __func__);
+               deb_info("%s: Power-On-Reset bit enabled - need to initialize the tuner\n",
+                        __func__);
 
        return status;
 }