MIPS: SGI-IP27: Free some unused memory
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 23 Apr 2022 13:24:03 +0000 (15:24 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 26 Apr 2022 13:06:00 +0000 (15:06 +0200)
commit33d7085682b4aa212ebfadbc21da81dfefaaac16
tree123c87790111f8681917de868187dc492e1c6306
parentb2d229d4ddb17db541098b83524d901257e93845
MIPS: SGI-IP27: Free some unused memory

platform_device_add_data() duplicates the memory it is passed. So we can
free some memory to save a few bytes that would remain unused otherwise.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sgi-ip27/ip27-xtalk.c