unsigned short max = 0;
        unsigned char mult = 0, zlt;
        int retval = -EINVAL;
-       unsigned long flags = 0;
+       unsigned long flags;
 
        ep = container_of(_ep, struct fsl_ep, ep);
 
 {
        struct fsl_udc *udc = NULL;
        struct fsl_ep *ep = NULL;
-       unsigned long flags = 0;
+       unsigned long flags;
        u32 epctrl;
        int ep_num;
 
 static int fsl_ep_set_halt(struct usb_ep *_ep, int value)
 {
        struct fsl_ep *ep = NULL;
-       unsigned long flags = 0;
+       unsigned long flags;
        int status = -EOPNOTSUPP;       /* operation not supported */
        unsigned char ep_dir = 0, ep_num = 0;
        struct fsl_udc *udc = NULL;
                struct usb_gadget_driver *driver)
 {
        int retval = 0;
-       unsigned long flags = 0;
+       unsigned long flags;
 
        /* lock is needed but whether should use this lock or another */
        spin_lock_irqsave(&udc_controller->lock, flags);