Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14036
b: refs/heads/master
c: ae7642b
h: refs/heads/master
v: v3
  • Loading branch information
Peter Osterlund authored and Linus Torvalds committed Nov 14, 2005
1 parent 1f443ea commit 0e3088f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5563e77078d85c4f107a0a673500c43ce57cf702
refs/heads/master: ae7642bb05623988d8ca82b332dad1ed7bdb8ceb
2 changes: 1 addition & 1 deletion trunk/drivers/block/pktcdvd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ static void pkt_count_states(struct pktcdvd_device *pd, int *states)
struct packet_data *pkt;
int i;

for (i = 0; i <= PACKET_NUM_STATES; i++)
for (i = 0; i < PACKET_NUM_STATES; i++)
states[i] = 0;

spin_lock(&pd->cdrw.active_list_lock);
Expand Down

0 comments on commit 0e3088f

Please sign in to comment.