From 8b4e7ffd0160c8c3fb99554660c0ddfaca5a51e2 Mon Sep 17 00:00:00 2001 From: Kevin Wells Date: Thu, 12 Nov 2009 00:23:00 +0100 Subject: [PATCH] --- yaml --- r: 168809 b: refs/heads/master c: 4ced24c8973f79113444d1e00ee8bd9e74fbf43e h: refs/heads/master i: 168807: cc1162694c534df8409d80a997f0948d6744813a v: v3 --- [refs] | 2 +- trunk/include/linux/i2c-pnx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cbfb4fb81ce6..6216b508c761 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2f125bcf5eac41a6d74f75ac573b77753213b74 +refs/heads/master: 4ced24c8973f79113444d1e00ee8bd9e74fbf43e diff --git a/trunk/include/linux/i2c-pnx.h b/trunk/include/linux/i2c-pnx.h index f13255e06406..9eb07bbc6522 100644 --- a/trunk/include/linux/i2c-pnx.h +++ b/trunk/include/linux/i2c-pnx.h @@ -21,7 +21,7 @@ struct i2c_pnx_mif { int mode; /* Interface mode */ struct completion complete; /* I/O completion */ struct timer_list timer; /* Timeout */ - char * buf; /* Data buffer */ + u8 * buf; /* Data buffer */ int len; /* Length of data buffer */ };