From 2d229e4c4ef8838fc40ec01f4074901e10b9b1e4 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Wed, 8 Feb 2012 07:28:23 -0300 Subject: [PATCH] --- yaml --- r: 294939 b: refs/heads/master c: 9a56ec5b0327e292a725bec7f6db069ecc72b2db h: refs/heads/master i: 294937: 45decb465024f42f7928970bb407b84a5da951fb 294935: 44a5d0e168694871336d5143d7ed3bc377e11f8d v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/mantis/mantis_hif.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c610571a0a54..1703fe59a384 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8423c0cf3a56cb83d09a84b5e2e37ca4c2920783 +refs/heads/master: 9a56ec5b0327e292a725bec7f6db069ecc72b2db diff --git a/trunk/drivers/media/dvb/mantis/mantis_hif.c b/trunk/drivers/media/dvb/mantis/mantis_hif.c index 672cf4d2462d..10c68df7e16f 100644 --- a/trunk/drivers/media/dvb/mantis/mantis_hif.c +++ b/trunk/drivers/media/dvb/mantis/mantis_hif.c @@ -76,7 +76,7 @@ static int mantis_hif_write_wait(struct mantis_ca *ca) udelay(500); timeout++; if (timeout > 100) { - dprintk(MANTIS_ERROR, 1, "Adater(%d) Slot(0): Write operation timed out!", mantis->num); + dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num); rc = -ETIMEDOUT; break; }