X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fmflash.c;h=4c95d216caa1896f0deee458e9ea415f679b9316;hb=f9d7554ee490e39a5cba3cd4eb2c28ec72ba407f;hp=d3a3aceac239b7c21513d58657b2ac4fbedea186;hpb=73b676c2fdedcb913f1c20be7de99ea0a94b11cc;p=openocd.git diff --git a/src/flash/mflash.c b/src/flash/mflash.c index d3a3aceac2..4c95d216ca 100644 --- a/src/flash/mflash.c +++ b/src/flash/mflash.c @@ -12,9 +12,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -261,11 +259,11 @@ static int mg_dsk_wait(mg_io_type_wait wait_local, uint32_t time_var) case mg_io_wait_rdy: if (status & mg_io_rbit_status_ready) return ERROR_OK; - + /* fallthrough */ case mg_io_wait_drq: if (status & mg_io_rbit_status_data_req) return ERROR_OK; - + /* fallthrough */ default: break; }