IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 14 forks source link

DSO-18310: d4xx: stderr is stall on printk #112

Closed dmipx closed 2 years ago

dmipx commented 2 years ago

Change dev_err with dev_info where no error cause as stderr is unbuffered causing stall on printk The printk results in I2C call taking 8000usec to run vs 40usec when the printk is replaced with info-level log

This commit addressing following ticket:

Signed-off-by: Dmitry Perchanov dmitry.perchanov@intel.com

dmipx commented 2 years ago

we will change all unnecessary info to debug at some time..