Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272095
b: refs/heads/master
c: 246ccea
h: refs/heads/master
i:
  272093: 74851bc
  272091: 3acdfd7
  272087: a81f7ea
  272079: 9214829
  272063: 85aeef4
v: v3
  • Loading branch information
Martin Schwidefsky committed Oct 30, 2011
1 parent c95b31f commit 077e9f2
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: 3c52e49d7c81434e3d2ccb520b3a654c2cc7d03d
refs/heads/master: 246ccea184423ccdec3be1ca3d400cc3c547404d
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ static struct dasd_ccw_req *dasd_eckd_build_cp_cmd_track(
new_track = 1;
end_idaw = 0;
len_to_track_end = 0;
idaw_dst = 0;
idaw_dst = NULL;
idaw_len = 0;
rq_for_each_segment(bv, req, iter) {
dst = page_address(bv->bv_page) + bv->bv_offset;
Expand Down Expand Up @@ -2448,7 +2448,7 @@ static struct dasd_ccw_req *dasd_eckd_build_cp_cmd_track(
if (end_idaw) {
idaws = idal_create_words(idaws, idaw_dst,
idaw_len);
idaw_dst = 0;
idaw_dst = NULL;
idaw_len = 0;
end_idaw = 0;
}
Expand Down

0 comments on commit 077e9f2

Please sign in to comment.