Re: [PATCH 1/2] Enable PCI bus mastering by default

From: Greg KH
Date: Tue Sep 27 2016 - 06:33:25 EST


On Wed, Sep 14, 2016 at 12:05:23PM +0200, Johannes Thumshirn wrote:
> From: Michael Moese <michael.moese@xxxxxx>
>
> In order to successfully perform DMA operations on PCI devices,
> it is necessary to enble PCI bus mastering, so enable it by default.
>
> Signed-off-by: Michael Moese <michael.moese@xxxxxx>
> Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx>
> ---
> drivers/mcb/mcb-pci.c | 1 +
> 1 file changed, 1 insertion(+)

Please put a prefix on your subject lines to show what driver you are
talking about, otherwise a generic subject like this doesn't make sense
in the whole kernel tree.

I'll go fix it up...

greg k-h