lkml.org 
[lkml]   [2011]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 15/24] rfkill: Remove unnecessary OOM logging messages
    Date
    Removing unnecessary messages saves code and text.

    Site specific OOM messages are duplications of a generic MM
    out of memory message and aren't really useful, so just
    delete them.

    Signed-off-by: Joe Perches <joe@perches.com>
    ---
    net/rfkill/rfkill-regulator.c | 1 -
    1 files changed, 0 insertions(+), 1 deletions(-)

    diff --git a/net/rfkill/rfkill-regulator.c b/net/rfkill/rfkill-regulator.c
    index 18dc512..3ca7277 100644
    --- a/net/rfkill/rfkill-regulator.c
    +++ b/net/rfkill/rfkill-regulator.c
    @@ -90,7 +90,6 @@ static int __devinit rfkill_regulator_probe(struct platform_device *pdev)
    pdata->type,
    &rfkill_regulator_ops, rfkill_data);
    if (rf_kill == NULL) {
    - dev_err(&pdev->dev, "Cannot alloc rfkill device\n");
    ret = -ENOMEM;
    goto err_rfkill_alloc;
    }
    --
    1.7.6.405.gc1be0


    \
     
     \ /
      Last update: 2011-08-29 23:23    [W:2.651 / U:0.724 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site