Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3198514d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller
Browse files

[SPARC/64] constify of_get_property return: sound

parent 66f3cb7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1067,8 +1067,8 @@ static int __devinit amd7930_attach_common(struct resource *rp, int irq)

static int __devinit amd7930_obio_attach(struct device_node *dp)
{
	struct linux_prom_registers *regs;
	struct linux_prom_irqs *irqp;
	const struct linux_prom_registers *regs;
	const struct linux_prom_irqs *irqp;
	struct resource res, *rp;
	int len;

+1 −1
Original line number Diff line number Diff line
@@ -2284,7 +2284,7 @@ static int __init cs4231_init(void)
			if (!strcmp(edev->prom_node->name, "SUNW,CS4231")) {
				match = 1;
			} else if (!strcmp(edev->prom_node->name, "audio")) {
				char *compat;
				const char *compat;

				compat = of_get_property(edev->prom_node,
							 "compatible", NULL);