summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa5249.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-02 14:46:23 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-02 14:46:23 -0200
commitb3d6ebe74aa17e6f4284e0e35a6cd6fb4115bbc7 (patch)
treedf1b878938a072767d5b2a9f3a7742229929f977 /linux/drivers/media/video/saa5249.c
parent243f8ac81736ce89f319eb22a1c220c46b733aeb (diff)
downloadmediapointer-dvb-s2-b3d6ebe74aa17e6f4284e0e35a6cd6fb4115bbc7.tar.gz
mediapointer-dvb-s2-b3d6ebe74aa17e6f4284e0e35a6cd6fb4115bbc7.tar.bz2
backport changeset db955170d40601d9925f01712782fbe3ce362b7e
kernel-sync: Author: Marcin Garski <mgarski@post.pl> Date: Fri Oct 19 23:22:11 2007 +0200 more UTF-8 conversions Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/saa5249.c')
-rw-r--r--linux/drivers/media/video/saa5249.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa5249.c b/linux/drivers/media/video/saa5249.c
index def3486e9..8fa29c540 100644
--- a/linux/drivers/media/video/saa5249.c
+++ b/linux/drivers/media/video/saa5249.c
@@ -301,10 +301,10 @@ static int i2c_senddata(struct saa5249_device *t, ...)
return i2c_sendbuf(t, buf[0], ct-1, buf+1);
}
-/* Get count number of bytes from I²C-device at address adr, store them in buf. Start & stop
+/* Get count number of bytes from I²C-device at address adr, store them in buf. Start & stop
* handshaking is done by this routine, ack will be sent after the last byte to inhibit further
* sending of data. If uaccess is 'true', data is written to user-space with put_user.
- * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise
+ * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise
*/
static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf)