Cédric Le Goater e407513d28 aspeed/i3c: Rename variable shadowing a local
to fix warning :

  ../hw/i3c/aspeed_i3c.c: In function ‘aspeed_i3c_realize’:
  ../hw/i3c/aspeed_i3c.c:1959:17: warning: declaration of ‘dev’ shadows a parameter [-Wshadow=local]
   1959 |         Object *dev = OBJECT(&s->devices[i]);
        |                 ^~~
  ../hw/i3c/aspeed_i3c.c:1942:45: note: shadowed declaration is here
   1942 | static void aspeed_i3c_realize(DeviceState *dev, Error **errp)
        |                                ~~~~~~~~~~~~~^~~

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-ID: <20230922155924.1172019-4-clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-09-29 10:07:19 +02:00
..
2023-07-25 17:13:53 +03:00
2023-03-07 12:38:40 +01:00
2023-07-25 17:13:53 +03:00
2023-03-02 13:57:50 +01:00
2023-09-21 11:31:16 +03:00
2023-08-31 09:45:17 +01:00
2023-04-20 11:17:35 +02:00
2023-09-21 11:31:16 +03:00
2021-03-12 12:48:56 +00:00
2023-09-21 11:31:16 +03:00
2023-09-21 11:31:16 +03:00
2021-02-08 15:15:32 +01:00
2021-11-09 10:11:27 +01:00
2023-09-21 11:31:16 +03:00