Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31920
b: refs/heads/master
c: 332959c
h: refs/heads/master
v: v3
  • Loading branch information
Martin Habets authored and James Bottomley committed Jun 29, 2006
1 parent 71e5dbf commit eaeee38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: f28e71617ddaf2483e3e5c5237103484a303743f
refs/heads/master: 332959cb521af6bb0281c7aae797f1f91dcb4c42
1 change: 0 additions & 1 deletion trunk/drivers/scsi/st.c
Original file line number Diff line number Diff line change
Expand Up @@ -3599,7 +3599,6 @@ static struct st_buffer *
tb->use_sg = max_sg;
tb->frp = (struct st_buf_fragment *)(&(tb->sg[0]) + max_sg);

tb->in_use = 1;
tb->dma = need_dma;
tb->buffer_size = got;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/st.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ struct st_request {

/* The tape buffer descriptor. */
struct st_buffer {
unsigned char in_use;
unsigned char dma; /* DMA-able buffer */
unsigned char do_dio; /* direct i/o set up? */
int buffer_size;
Expand Down

0 comments on commit eaeee38

Please sign in to comment.