[PATCH 01/23] mtd: atmel_nand: Remove unnecessary OOM messages

Josh Wu josh.wu at atmel.com
Fri Dec 27 01:55:57 EST 2013


On 12/26/2013 11:00 AM, Jingoo Han wrote:
> The site-specific OOM messages are unnecessary, because they
> duplicate the MM subsystem generic OOM message.
>
> Signed-off-by: Jingoo Han <jg1.han at samsung.com>
Acked-by: Josh Wu <josh.wu at atmel.com>

Best Regards,
Josh Wu
> ---
>   drivers/mtd/nand/atmel_nand.c |    4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
> index 59f08c4..e633c44 100644
> --- a/drivers/mtd/nand/atmel_nand.c
> +++ b/drivers/mtd/nand/atmel_nand.c
> @@ -1961,10 +1961,8 @@ static int atmel_nand_probe(struct platform_device *pdev)
>   
>   	/* Allocate memory for the device structure (and zero it) */
>   	host = devm_kzalloc(&pdev->dev, sizeof(*host), GFP_KERNEL);
> -	if (!host) {
> -		printk(KERN_ERR "atmel_nand: failed to allocate device structure.\n");
> +	if (!host)
>   		return -ENOMEM;
> -	}
>   
>   	res = platform_driver_register(&atmel_nand_nfc_driver);
>   	if (res)




More information about the linux-mtd mailing list