if(rslt<0)dev_warn(g_devfp_ptr,"port %d: %s:%d:%s - error=%d",sensor_port,__FILE__,__LINE__,__FUNCTION__,rslt);// Nothing to do with errors here - just report?
// it was dev_warn - and it AFFECTED other ports
if(rslt<0)dev_dbg(g_devfp_ptr,"port %d: %s:%d:%s - error=%d",sensor_port,__FILE__,__LINE__,__FUNCTION__,rslt);// Nothing to do with errors here - just report?