|
@@ -351,8 +351,7 @@ static void dsa_of_free_platform_data(struct dsa_platform_data *pd)
|
|
for (i = 0; i < pd->nr_chips; i++) {
|
|
for (i = 0; i < pd->nr_chips; i++) {
|
|
port_index = 0;
|
|
port_index = 0;
|
|
while (port_index < DSA_MAX_PORTS) {
|
|
while (port_index < DSA_MAX_PORTS) {
|
|
- if (pd->chip[i].port_names[port_index])
|
|
|
|
- kfree(pd->chip[i].port_names[port_index]);
|
|
|
|
|
|
+ kfree(pd->chip[i].port_names[port_index]);
|
|
port_index++;
|
|
port_index++;
|
|
}
|
|
}
|
|
kfree(pd->chip[i].rtable);
|
|
kfree(pd->chip[i].rtable);
|