Re: [PATCH v3 1/1] i2c: Set pinctrl recovery info to device pinctrl

From: Hawa, Hanna
Date: Tue Dec 20 2022 - 03:44:00 EST




On 12/19/2022 9:32 PM, Hanna Hawa wrote:
+static inline struct pinctrl *get_device_pinctrl(struct device *dev)
+{
+ return NULL;
+}

Will fix - my mistake didn't replace the function name.