staging: unisys: remove ERRDEV macros
[deliverable/linux.git] / drivers / staging / unisys / uislib / uisutils.c
index 7d7f408505f27a5f3162c1b59fcbf5dee9999b06..9f3f0ab6ca492f30c17ec046d1caac63e751a3da 100644 (file)
@@ -60,7 +60,6 @@ uisutil_add_proc_line_ex(int *total, char **buffer, int *buffer_remaining,
                *buffer += *buffer_remaining;
                *total += *buffer_remaining;
                *buffer_remaining = 0;
-               LOGERR("bytes remaining is too small!\n");
                return -1;
        }
        *buffer_remaining -= len;
@@ -88,7 +87,6 @@ uisctrl_register_req_handler(int type, void *fptr,
                break;
 
        default:
-               LOGERR("invalid type %d.\n", type);
                return 0;
        }
        if (chipset_driver_info)
This page took 0.024646 seconds and 5 git commands to generate.