]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/gadget/r8a66597-udc.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback
[karo-tx-linux.git] / drivers / usb / gadget / r8a66597-udc.h
index f763b5190afa2dfafb65c9b98da0ff9e62fcd7a4..503f766c23a721a4d248237841bc9fb12d426f89 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2007-2009 Renesas Solutions Corp.
  *
- * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
+ * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -136,7 +136,7 @@ static inline void r8a66597_read_fifo(struct r8a66597 *r8a66597,
                                      int len)
 {
        void __iomem *fifoaddr = r8a66597->reg + offset;
-       unsigned int data;
+       unsigned int data = 0;
        int i;
 
        if (r8a66597->pdata->on_chip) {