Unlike for other countable members, the driver used u32 for number of
banks (nr_banks).  There is no specific need for using fixed-width
integer in this particular place.  Make it consistent.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
  */
 struct samsung_pin_ctrl {
        const struct samsung_pin_bank_data *pin_banks;
-       u32             nr_banks;
+       unsigned int    nr_banks;
        unsigned int    nr_ext_resources;
        const struct samsung_retention_data *retention_data;
 
        unsigned int                    nr_functions;
 
        struct samsung_pin_bank         *pin_banks;
-       u32                             nr_banks;
+       unsigned int                    nr_banks;
        unsigned int                    pin_base;
        unsigned int                    nr_pins;