IntelRealSense / realsense_mipi_platform_driver

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

d4xx: fix dfu release warning #185

Closed dmipx closed 4 months ago

dmipx commented 4 months ago

Excessive Warning message of "no communication with d4xx" and App startup delay

https://elixir.bootlin.com/linux/latest/source/drivers/base/regmap/regmap.c#L2850

/**
 * regmap_raw_read() - Read raw data from the device
 *
 * @map: Register map to read from
 * @reg: First register to be read from
 * @val: Pointer to store read value
 * @val_len: Size of data to read
 *
 * A value of zero will be returned on success, a negative errno will
 * be returned in error cases.
 */

Tracked-by: [RSDSO-19607]

Reported-by: Yusheng Hsu yusheng.hsu@intel.com