mtd: fsl_ifc_nand: Remove unnecessary OOM messages
The site-specific OOM messages are unnecessary, because they duplicate the MM subsystem generic OOM message. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
3fc697cadf
commit
95cdd5a48a
1 changed files with 0 additions and 1 deletions
|
@ -1060,7 +1060,6 @@ static int fsl_ifc_nand_probe(struct platform_device *dev)
|
||||||
if (!fsl_ifc_ctrl_dev->nand) {
|
if (!fsl_ifc_ctrl_dev->nand) {
|
||||||
ifc_nand_ctrl = kzalloc(sizeof(*ifc_nand_ctrl), GFP_KERNEL);
|
ifc_nand_ctrl = kzalloc(sizeof(*ifc_nand_ctrl), GFP_KERNEL);
|
||||||
if (!ifc_nand_ctrl) {
|
if (!ifc_nand_ctrl) {
|
||||||
dev_err(&dev->dev, "failed to allocate memory\n");
|
|
||||||
mutex_unlock(&fsl_ifc_nand_mutex);
|
mutex_unlock(&fsl_ifc_nand_mutex);
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue