Debug prints that are used only to inform about function entry or exit
can be removed as ftrace can be used to get this information.
Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        unsigned int i;
        int rv;
 
-       dev_dbg(&eng->pldev->dev, "Setting up DMA engine [%p]\n", eng);
-
        caps = GetEngineCapabilities(eng);
 
        if (WARN(!(caps & ENG_CAP_PRESENT), "%s() called for DMA Engine at %p which isn't present in hardware!\n", __func__, eng))
 {
        unsigned long timeout;
 
-       dev_dbg(&eng->pldev->dev, "Destroying DMA engine [%p]\n", eng);
-
        // Disable the descriptor engine
        WriteEngineControl(eng, 0);