Merge branch 'md-raid6-accel' into ioat3.2
[pandora-kernel.git] / drivers / dma / dmatest.c
index a5ee541..58e49e4 100644 (file)
@@ -557,9 +557,7 @@ static int __init dmatest_init(void)
                chan = dma_request_channel(mask, filter, NULL);
                if (chan) {
                        err = dmatest_add_channel(chan);
-                       if (err == 0)
-                               continue;
-                       else {
+                       if (err) {
                                dma_release_channel(chan);
                                break; /* add_channel failed, punt */
                        }