Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304618
b: refs/heads/master
c: 231a1a2
h: refs/heads/master
v: v3
  • Loading branch information
Oleksij Rempel authored and Greg Kroah-Hartman committed May 10, 2012
1 parent 5264e03 commit 19fad2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 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: 5085d12749df87ee6df8ac5f60c9b59133a4bfae
refs/heads/master: 231a1a25eb9ccf3ac57f1908500a8d08ba28a62c
5 changes: 0 additions & 5 deletions trunk/drivers/staging/rts5139/rts51x_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,6 @@ static int rts51x_clear_halt(struct rts51x_chip *chip, unsigned int pipe)
return STATUS_SUCCESS;
}

int rts51x_reset_pipe(struct rts51x_chip *chip, char pipe)
{
return rts51x_clear_halt(chip, pipe);
}

static void rts51x_sg_clean(struct usb_sg_request *io)
{
if (io->urbs) {
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/rts5139/rts51x_transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ int rts51x_transfer_data_partial(struct rts51x_chip *chip, unsigned int pipe,
unsigned int len, int use_sg,
unsigned int *act_len, int timeout);

/* whichPipe:
* 0: bulk in pipe
* 1: bulk out pipe
* 2: intr in pipe */
int rts51x_reset_pipe(struct rts51x_chip *chip, char pipe);

#ifndef POLLING_IN_THREAD
int rts51x_start_epc_transfer(struct rts51x_chip *chip);
void rts51x_cancel_epc_transfer(struct rts51x_chip *chip);
Expand Down

0 comments on commit 19fad2e

Please sign in to comment.