Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121412
b: refs/heads/master
c: acfa922
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Martin Schwidefsky committed Dec 25, 2008
1 parent d127075 commit 0b6282b
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 0946100f566d04cc93e86654f3ba588ee94b3f4c
refs/heads/master: acfa922c5a00eca0abac0e2b6d6666c606c27345
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ debug_info_copy(debug_info_t* in, int mode)
debug_info_free(rc);
} while (1);

if(!rc || (mode == NO_AREAS))
if (mode == NO_AREAS)
goto out;

for(i = 0; i < in->nr_areas; i++){
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,6 @@ static int qeth_init_input_buffer(struct qeth_card *card,
* the QETH_IN_BUF_REQUEUE_THRESHOLD we should never run out off
* buffers
*/
BUG_ON(!pool_entry);

buf->pool_entry = pool_entry;
for (i = 0; i < QETH_MAX_BUFFER_ELEMENTS(card); ++i) {
Expand Down

0 comments on commit 0b6282b

Please sign in to comment.