2014-11-25 16:58 GMT+01:00 Guenter Roeck <li...@roeck-us.net>: > You are introducing those two functions with the same code just to display > a different error message. That does not provide enough value to have extra > functions and just increases code size. > > Just check the return code from ina2xx_write_register directly in the probe > function and bail out there.
With all six patches from this set applied, each of the two functions is called twice in the code. Together with the return value checks and repeated error messages it bloats the code even more. What about a single function taking the name of the register (in our case "configuration" or "calibration") as argument in order to print a nice error message? If this is still too dirty, than we can just print the hex value of the register. Bart -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/