[PATCH 2/3] dma: bcm2835: make license text and module license match
From: vkoul@kernel.org (Vinod Koul)
Date: 2018-11-11 09:10:09
Also in:
dmaengine, linux-clk, linux-spi
From: vkoul@kernel.org (Vinod Koul)
Date: 2018-11-11 09:10:09
Also in:
dmaengine, linux-clk, linux-spi
On 23-10-18, 13:06, Stefan Wahren wrote:
The license text is specifying GPL v2 or later but the MODULE_LICENSE is set to GPL v2 which means GNU Public License v2 only. So choose the license text as the correct one.
Applied after fixing subsystem name, thanks -- ~Vinod