Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178004
b: refs/heads/master
c: 83e56d0
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Martin Schwidefsky committed Dec 18, 2009
1 parent 3ad3768 commit 14f1499
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: bb509912481214cf6ad1181c968295c62ff1ad9e
refs/heads/master: 83e56d0b23f91b70a7e708ce0979a57b6c6a1507
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/fcx.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void tcw_finalize(struct tcw *tcw, int num_tidaws)
/* Add tcat to tccb. */
tccb = tcw_get_tccb(tcw);
tcat = (struct tccb_tcat *) &tccb->tca[tca_size(tccb)];
memset(tcat, 0, sizeof(tcat));
memset(tcat, 0, sizeof(*tcat));
/* Calculate tcw input/output count and tcat transport count. */
count = calc_dcw_count(tccb);
if (tcw->w && (tcw->flags & TCW_FLAGS_OUTPUT_TIDA))
Expand Down Expand Up @@ -269,7 +269,7 @@ EXPORT_SYMBOL(tccb_init);
*/
void tsb_init(struct tsb *tsb)
{
memset(tsb, 0, sizeof(tsb));
memset(tsb, 0, sizeof(*tsb));
}
EXPORT_SYMBOL(tsb_init);

Expand Down

0 comments on commit 14f1499

Please sign in to comment.