* Patch by Steven Scholz, 07 Apr 2005:
  Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C

* Patch by Steven Scholz, 07 Apr 2005:
  Fix compiler warning in altera.c

* Patch by Ladislav Michl, 06 Apr 2005:
  Fix voiceblue configuration.
diff --git a/common/altera.c b/common/altera.c
index 31b3728..ebd5038 100644
--- a/common/altera.c
+++ b/common/altera.c
@@ -158,6 +158,7 @@
 				/* Add new family types here */
 			default:
 				/* we don't need a message here - we give one up above */
+				break;
 			}
 		} else {
 			printf ("No Device Function Table.\n");