···188188 if (ip22_is_fullhouse())189189 return 0; /* full house has no volume buttons */190190191191- return IS_ERR(platform_device_register_simple("sgiindybtns",192192- -1, NULL, 0));191191+ return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0));193192}194193195194device_initcall(sgi_button_devinit);