[PATCH v3 0/5] pinctrl: at91: Cleanups

Andy Shevchenko posted 5 patches 2 years, 6 months ago
drivers/pinctrl/pinctrl-at91.c | 161 ++++++++++++++-------------------
1 file changed, 66 insertions(+), 95 deletions(-)
[PATCH v3 0/5] pinctrl: at91: Cleanups
Posted by Andy Shevchenko 2 years, 6 months ago
The kasprintf() patch makes me look into the driver code and besides
missed fix, there is a room to improve. Hence this series.

Compile tested only.

Changes in v3:
- added tags (Claudiu)
- dropped unrelated curly bracket change (Claudiu)

Changes in v2:
- fixed compilation errors (LKP)

Andy Shevchenko (5):
  pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)
  pinctrl: at91: Don't mix non-devm calls with devm ones
  pinctrl: at91: Use of_device_get_match_data()
  pinctrl: at91: Use dev_err_probe() instead of custom messaging
  pinctrl: at91: Utilise temporary variable for struct device

 drivers/pinctrl/pinctrl-at91.c | 161 ++++++++++++++-------------------
 1 file changed, 66 insertions(+), 95 deletions(-)

-- 
2.39.1