Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208225
b: refs/heads/master
c: 21af544
h: refs/heads/master
i:
  208223: 1f543ca
v: v3
  • Loading branch information
Stephen Hemminger authored and Jens Axboe committed Aug 7, 2010
1 parent b3847d8 commit f53651f
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: be1c0fbfb4e84d0b02903cbc6358124586605a1b
refs/heads/master: 21af5448042a0962fb1df13a310bb363a8f6a8dc
4 changes: 2 additions & 2 deletions trunk/drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3337,7 +3337,7 @@ static int set_geometry(unsigned int cmd, struct floppy_struct *g,
}

/* handle obsolete ioctl's */
static int ioctl_table[] = {
static unsigned int ioctl_table[] = {
FDCLRPRM,
FDSETPRM,
FDDEFPRM,
Expand Down Expand Up @@ -3365,7 +3365,7 @@ static int ioctl_table[] = {
FDTWADDLE
};

static int normalize_ioctl(int *cmd, int *size)
static int normalize_ioctl(unsigned int *cmd, int *size)
{
int i;

Expand Down

0 comments on commit f53651f

Please sign in to comment.