Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304540
b: refs/heads/master
c: a7a55d4
h: refs/heads/master
v: v3
  • Loading branch information
Ravishankar Karkala Mallikarjunayya authored and Greg Kroah-Hartman committed May 2, 2012
1 parent 222a6e7 commit f494f3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65c5cfa695fa38272e393841ee80fd53ef2ef12e
refs/heads/master: a7a55d4a0fe08be4df1cabde83a44824626af533
14 changes: 7 additions & 7 deletions trunk/drivers/staging/comedi/drivers/dt9812.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int dt9812_read_info(struct usb_dt9812 *dev, int offset, void *buf,
}

static int dt9812_read_multiple_registers(struct usb_dt9812 *dev, int reg_count,
u8 * address, u8 * value)
u8 *address, u8 *value)
{
struct dt9812_usb_cmd cmd;
int i, count, retval;
Expand All @@ -392,8 +392,8 @@ static int dt9812_read_multiple_registers(struct usb_dt9812 *dev, int reg_count,
}

static int dt9812_write_multiple_registers(struct usb_dt9812 *dev,
int reg_count, u8 * address,
u8 * value)
int reg_count, u8 *address,
u8 *value)
{
struct dt9812_usb_cmd cmd;
int i, count, retval;
Expand Down Expand Up @@ -431,7 +431,7 @@ static int dt9812_rmw_multiple_registers(struct usb_dt9812 *dev, int reg_count,
return retval;
}

static int dt9812_digital_in(struct slot_dt9812 *slot, u8 * bits)
static int dt9812_digital_in(struct slot_dt9812 *slot, u8 *bits)
{
int result = -ENODEV;

Expand Down Expand Up @@ -477,7 +477,7 @@ static int dt9812_digital_out(struct slot_dt9812 *slot, u8 bits)
return result;
}

static int dt9812_digital_out_shadow(struct slot_dt9812 *slot, u8 * bits)
static int dt9812_digital_out_shadow(struct slot_dt9812 *slot, u8 *bits)
{
int result = -ENODEV;

Expand Down Expand Up @@ -553,7 +553,7 @@ static void dt9812_configure_gain(struct usb_dt9812 *dev,
}
}

static int dt9812_analog_in(struct slot_dt9812 *slot, int channel, u16 * value,
static int dt9812_analog_in(struct slot_dt9812 *slot, int channel, u16 *value,
enum dt9812_gain gain)
{
struct dt9812_rmw_byte rmw[3];
Expand Down Expand Up @@ -620,7 +620,7 @@ static int dt9812_analog_in(struct slot_dt9812 *slot, int channel, u16 * value,
}

static int dt9812_analog_out_shadow(struct slot_dt9812 *slot, int channel,
u16 * value)
u16 *value)
{
int result = -ENODEV;

Expand Down

0 comments on commit f494f3e

Please sign in to comment.