Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15479
b: refs/heads/master
c: 9fe6fcd
h: refs/heads/master
i:
  15477: 09950f1
  15475: f7e61bc
  15471: 31fe474
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 47a71f1 commit 9054595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 2425e9fe67cb5e66c173c4f604ddd8a5970d89e9
refs/heads/master: 9fe6fcd8ccb2c8c661dfd1e07e3122aef31a67d4
6 changes: 0 additions & 6 deletions trunk/drivers/usb/misc/sisusbvga/sisusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,6 @@ static int sisusb_write_mem_bulk(struct sisusb_usb_data *sisusb, u32 addr,

switch (length) {

case 0:
return ret;

case 1:
if (userbuffer) {
if (get_user(swap8, (u8 __user *)userbuffer))
Expand Down Expand Up @@ -1221,9 +1218,6 @@ static int sisusb_read_mem_bulk(struct sisusb_usb_data *sisusb, u32 addr,

switch (length) {

case 0:
return ret;

case 1:

ret |= sisusb_read_memio_byte(sisusb, SISUSB_TYPE_MEM,
Expand Down

0 comments on commit 9054595

Please sign in to comment.