Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40501
b: refs/heads/master
c: 97d88ac
h: refs/heads/master
i:
  40499: 380666f
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 31, 2006
1 parent 52f58ee commit 77cf777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 36a561d6a95c4b89ae4845bf91456b4f784b6eec
refs/heads/master: 97d88ac83540f9ba9536326c30db4815c5b9169b
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/ubd_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static int ubd_ioctl(struct inode * inode, struct file * file,
unsigned int cmd, unsigned long arg);
static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo);

#define MAX_DEV (8)
#define MAX_DEV (16)

static struct block_device_operations ubd_blops = {
.owner = THIS_MODULE,
Expand Down Expand Up @@ -277,7 +277,7 @@ static int parse_unit(char **ptr)
return(-1);
*ptr = end;
}
else if (('a' <= *str) && (*str <= 'h')) {
else if (('a' <= *str) && (*str <= 'z')) {
n = *str - 'a';
str++;
*ptr = str;
Expand Down

0 comments on commit 77cf777

Please sign in to comment.