]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] tw686x: be explicit about the possible dma_mode options
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 27 Jun 2016 08:28:59 +0000 (05:28 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 10:53:28 +0000 (07:53 -0300)
Users won't know what to put in this module option if it isn't
described.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/tw686x/tw686x-core.c

index 586bc6723c930b01af24a06fdf5ece71f1aed371..71a0453b1af15dabea389e82fd22111d3f269dce 100644 (file)
@@ -91,7 +91,7 @@ static int tw686x_dma_mode_set(const char *val, struct kernel_param *kp)
 }
 module_param_call(dma_mode, tw686x_dma_mode_set, tw686x_dma_mode_get,
                  &dma_mode, S_IRUGO|S_IWUSR);
-MODULE_PARM_DESC(dma_mode, "DMA operation mode");
+MODULE_PARM_DESC(dma_mode, "DMA operation mode (memcpy/contig/sg, default=memcpy)");
 
 void tw686x_disable_channel(struct tw686x_dev *dev, unsigned int channel)
 {