container = 0;
 retry_next:
-       if (device_config_needed == NOTHING)
-       for (; container < dev->maximum_num_containers; ++container) {
-               if ((dev->fsa_dev[container].config_waiting_on == 0) &&
-                       (dev->fsa_dev[container].config_needed != NOTHING) &&
-                       time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT)) {
-                       device_config_needed =
-                               dev->fsa_dev[container].config_needed;
-                       dev->fsa_dev[container].config_needed = NOTHING;
-                       channel = CONTAINER_TO_CHANNEL(container);
-                       id = CONTAINER_TO_ID(container);
-                       lun = CONTAINER_TO_LUN(container);
-                       break;
+       if (device_config_needed == NOTHING) {
+               for (; container < dev->maximum_num_containers; ++container) {
+                       if ((dev->fsa_dev[container].config_waiting_on == 0) &&
+                           (dev->fsa_dev[container].config_needed != NOTHING) &&
+                           time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT)) {
+                               device_config_needed =
+                                       dev->fsa_dev[container].config_needed;
+                               dev->fsa_dev[container].config_needed = NOTHING;
+                               channel = CONTAINER_TO_CHANNEL(container);
+                               id = CONTAINER_TO_ID(container);
+                               lun = CONTAINER_TO_LUN(container);
+                               break;
+                       }
                }
        }
        if (device_config_needed == NOTHING)
 
 
        address = (u64)fib->hw_error_pa;
        rst->error_ptr_hi = cpu_to_le32((u32)(address >> 32));
-       rst->error_ptr_lo = cpu_to_le32
-               ((u32)(address & 0xffffffff));
+       rst->error_ptr_lo = cpu_to_le32((u32)(address & 0xffffffff));
        rst->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE);
        fib->hbacmd_size = sizeof(*rst);