Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122746
b: refs/heads/master
c: f40e063
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 16, 2008
1 parent 5138a85 commit 9bf31cd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f162e97d778ec29492be8eb9bbecb65be976b7c8
refs/heads/master: f40e0638237a2d3e2ce8bedf3af4b3c02cf6fff7
3 changes: 2 additions & 1 deletion trunk/drivers/net/hamradio/mkiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,12 +846,13 @@ static int mkiss_ioctl(struct tty_struct *tty, struct file *file,
unsigned int cmd, unsigned long arg)
{
struct mkiss *ax = mkiss_get(tty);
struct net_device *dev = ax->dev;
struct net_device *dev;
unsigned int tmp, err;

/* First make sure we're connected. */
if (ax == NULL)
return -ENXIO;
dev = ax->dev;

switch (cmd) {
case SIOCGIFNAME:
Expand Down

0 comments on commit 9bf31cd

Please sign in to comment.