···11/*22 * i2c-amd756-s4882.c - i2c-amd756 extras for the Tyan S4882 motherboard33 *44- * Copyright (C) 2004 Jean Delvare <khali@linux-fr.org>44+ * Copyright (C) 2004, 2008 Jean Delvare <khali@linux-fr.org>55 *66 * This program is free software; you can redistribute it and/or modify77 * it under the terms of the GNU General Public License as published by···231231 kfree(s4882_adapter);232232 s4882_adapter = NULL;233233ERROR1:234234- i2c_del_adapter(&amd756_smbus);234234+ /* Restore physical bus */235235+ i2c_add_adapter(&amd756_smbus);235236ERROR0:236237 return error;237238}