Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327368
b: refs/heads/master
c: da20116
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Sep 21, 2012
1 parent b611ba5 commit 110d84c
Show file tree
Hide file tree
Showing 4 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: 20b739fef0d3c32829e56f7c1a1ecccc2f61a73b
refs/heads/master: da201161662b8ee9c8d7bd8cc50ce3cb3366d400
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/display7seg.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
regs |= D7S_FLIP;
writeb(regs, p->regs);
break;
};
}
mutex_unlock(&d7s_mutex);

return error;
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/sbus/char/envctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static int envctrl_i2c_data_translate(unsigned char data, int translate_type,

default:
break;
};
}

return len;
}
Expand Down Expand Up @@ -644,7 +644,7 @@ envctrl_read(struct file *file, char __user *buf, size_t count, loff_t *ppos)
default:
break;

};
}

return ret;
}
Expand Down Expand Up @@ -687,7 +687,7 @@ envctrl_ioctl(struct file *file, unsigned int cmd, unsigned long arg)

default:
return -EINVAL;
};
}

return 0;
}
Expand Down Expand Up @@ -947,7 +947,7 @@ static void envctrl_init_i2c_child(struct device_node *dp,

default:
break;
};
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/sbus/char/openprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp
case OPROMSETCUR:
default:
break;
};
}
} else {
/* Sibling of node zero is the root node. */
if (cmd != OPROMNEXT)
Expand Down Expand Up @@ -588,7 +588,7 @@ static int openprom_bsd_ioctl(struct file * file,
default:
err = -EINVAL;
break;
};
}
mutex_unlock(&openprom_mutex);

return err;
Expand Down

0 comments on commit 110d84c

Please sign in to comment.