diff options
Diffstat (limited to 'drivers/s390/char/tape_34xx.c')
-rw-r--r-- | drivers/s390/char/tape_34xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/tape_34xx.c b/drivers/s390/char/tape_34xx.c index 5b47e9cce75f..874adf365e46 100644 --- a/drivers/s390/char/tape_34xx.c +++ b/drivers/s390/char/tape_34xx.c | |||
@@ -394,7 +394,7 @@ tape_34xx_unit_check(struct tape_device *device, struct tape_request *request, | |||
394 | return tape_34xx_erp_failed(request, -ENOSPC); | 394 | return tape_34xx_erp_failed(request, -ENOSPC); |
395 | default: | 395 | default: |
396 | PRINT_ERR("Invalid op in %s:%i\n", | 396 | PRINT_ERR("Invalid op in %s:%i\n", |
397 | __FUNCTION__, __LINE__); | 397 | __func__, __LINE__); |
398 | return tape_34xx_erp_failed(request, 0); | 398 | return tape_34xx_erp_failed(request, 0); |
399 | } | 399 | } |
400 | } | 400 | } |