Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d650fc30 authored by Joe Perches's avatar Joe Perches Committed by Mauro Carvalho Chehab
Browse files

[media] gl860: Use current logging styles



Add pr_fmt.
Convert err macro use to pr_err.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 857011e4
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include "gspca.h"
#include "gl860.h"

@@ -572,8 +575,7 @@ int gl860_RTx(struct gspca_dev *gspca_dev,
	}

	if (r < 0)
		err("ctrl transfer failed %4d "
			"[p%02x r%d v%04x i%04x len%d]",
		pr_err("ctrl transfer failed %4d [p%02x r%d v%04x i%04x len%d]\n",
		       r, pref, req, val, index, len);
	else if (len > 1 && r < len)
		PDEBUG(D_ERR, "short ctrl transfer %d/%d", r, len);