aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/s390/net/qeth_core_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
index 3dc752c29c73..bacd58c5061f 100644
--- a/drivers/s390/net/qeth_core_main.c
+++ b/drivers/s390/net/qeth_core_main.c
@@ -2335,7 +2335,6 @@ static int qeth_init_input_buffer(struct qeth_card *card,
2335 * the QETH_IN_BUF_REQUEUE_THRESHOLD we should never run out off 2335 * the QETH_IN_BUF_REQUEUE_THRESHOLD we should never run out off
2336 * buffers 2336 * buffers
2337 */ 2337 */
2338 BUG_ON(!pool_entry);
2339 2338
2340 buf->pool_entry = pool_entry; 2339 buf->pool_entry = pool_entry;
2341 for (i = 0; i < QETH_MAX_BUFFER_ELEMENTS(card); ++i) { 2340 for (i = 0; i < QETH_MAX_BUFFER_ELEMENTS(card); ++i) {