Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249164
b: refs/heads/master
c: 5d46f32
h: refs/heads/master
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent f3f5e67 commit 7582cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7816c45bf13255157c00fb8aca86cb64d825e878
refs/heads/master: 5d46f3266728913d05106ee82fb5f043be06eb21
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tty/istallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ static struct ktermios stli_deftermios = {
* re-used for each stats call.
*/
static comstats_t stli_comstats;
static combrd_t stli_brdstats;
static struct asystats stli_cdkstats;

/*****************************************************************************/
Expand Down Expand Up @@ -4005,6 +4004,7 @@ static int stli_getbrdstats(combrd_t __user *bp)
{
struct stlibrd *brdp;
unsigned int i;
combrd_t stli_brdstats;

if (copy_from_user(&stli_brdstats, bp, sizeof(combrd_t)))
return -EFAULT;
Expand Down

0 comments on commit 7582cec

Please sign in to comment.