Hi Vivek,
On Tue, 2017-06-13 at 12:16 +0530, Vivek Gautam wrote:
[...]
Thanks, I had already fixed this locally, prompted by the kbuild test@@ -102,18 +94,6 @@ static inline struct reset_control *__devm_reset_control_get(This has to return just 'struct reset_control *'.
return optional ? NULL : ERR_PTR(-ENOTSUPP);
}
-static inline
-int reset_control_array_assert(struct reset_control_array *resets)
-{
- return 0;
-}
-
-static inline
-int reset_control_array_deassert(struct reset_control_array *resets)
-{
- return 0;
-}
-
static inline struct reset_control_array *
That should resolve kbuild errors.
Rest looks good to me.
Reviewed-by: Vivek Gautam <vivek.gautam@xxxxxxxxxxxxxx>
robot. I'll send a v6. I would like to merge this patch into the first
"reset: Add APIs to manage array of resets" patch, if that's ok with
you.
regards
Philipp