diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2010-03-22 06:56:33 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2010-03-22 06:56:33 +0000 |
| commit | 0d09527ef41cd57f96ea3b116160c52dcc04d77b (patch) | |
| tree | 1649d7734e95daf8491b8f08044434827f9ee769 /scripts/deblob-2.6.34 | |
| parent | b26e49943e0fbffbab79b19016e5d5f0353c6c90 (diff) | |
| download | linux-libre-raptor-0d09527ef41cd57f96ea3b116160c52dcc04d77b.tar.gz linux-libre-raptor-0d09527ef41cd57f96ea3b116160c52dcc04d77b.zip | |
PFX no more in bnx2x_main.c
Diffstat (limited to 'scripts/deblob-2.6.34')
| -rwxr-xr-x | scripts/deblob-2.6.34 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deblob-2.6.34 b/scripts/deblob-2.6.34 index c0e1bcb33..5f6ad914b 100755 --- a/scripts/deblob-2.6.34 +++ b/scripts/deblob-2.6.34 @@ -959,7 +959,7 @@ clean_sed ' /^#include "bnx2x_init\.h"/,/^$/{ /^$/i\ #define bnx2x_init_block(bp, start, end) \\\ - return (printk(KERN_ERR PFX "%s: Missing Free firmware\\n", bp->dev->name),\\\ + return (printk(KERN_ERR "%s: Missing Free firmware\\n", bp->dev->name),\\\ -EINVAL) }' drivers/net/bnx2x_main.c 'report missing Free firmware' clean_blob drivers/net/bnx2x_main.c |

