drivers/staging/media: atomisp: Removing redundant information from dev_err
[sfrench/cifs-2.6.git] / drivers / staging / media / atomisp / pci / atomisp2 / hmm / hmm_bo.c
index 82593ef35b2dcffade5af83e40c9c7099d6f495a..6c4ab5aa2a8d7ca2cb7650d5f458e664f8af5367 100644 (file)
@@ -63,7 +63,7 @@ struct hmm_buffer_object *__bo_alloc(struct kmem_cache *bo_cache)
 
        bo = kmem_cache_alloc(bo_cache, GFP_KERNEL);
        if (!bo)
-               dev_err(atomisp_dev, "%s: __bo_alloc failed!\n", __func__);
+               dev_err(atomisp_dev, "%s: failed!\n", __func__);
 
        return bo;
 }