[FIX] remove warning message
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Wed, 17 Jul 2013 09:48:59 +0000 (13:48 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Wed, 17 Jul 2013 09:48:59 +0000 (13:48 +0400)
us_manager/img/img_file.c

index 55781b2..4edf984 100644 (file)
@@ -74,7 +74,7 @@ int img_file_add_ip(struct img_file *file, unsigned long addr,
 
        ip = find_img_ip(file, addr);
        if (ip) {
-               printk("Warning: ip already exists in img, addr = %p\n", addr);
+               /* ip already exists in img */
                return 0;
        }