[PATCH] scsi: hpsa: remove unneeded void pointer cast

2016-10-13 Thread Javier Martinez Canillas
It's not necessary to cast the result of kmalloc, since void pointers are promoted to any other type. This also fixes following coccinelle warning: casting value returned by memory allocation function to (BIG_IOCTL_Command_struct *) is useless. Signed-off-by: Javier Martinez Can

[PATCH] cciss: remove unneeded void pointer cast

2016-10-13 Thread Javier Martinez Canillas
It's not necessary to cast the result of kmalloc, since void pointers are promoted to any other type. This also fixes following coccinelle warning: casting value returned by memory allocation function to (struct cciss_scsi_adapter_data_t *) is useless. Signed-off-by: Javier Martinez Can

[PATCH] MAINTAINERS: remove defunct iss storage mailing list

2016-10-13 Thread Javier Martinez Canillas
It appears that the mailing list email address doesn't exist anymore: : host smtp.hp.com[15.73.96.116] said: 550 5.1.1 : Recipient address rejected: User unknown in virtual alias table (in reply to RCPT TO command) Signed-off-by: Javier Martinez Canillas --- MAINTAINERS | 2

Re: [PATCH] cciss: remove unneeded void pointer cast

2016-11-29 Thread Javier Martinez Canillas
Hello Don, On 10/13/2016 03:12 PM, Don Brace wrote: >> -Original Message- >> From: Javier Martinez Canillas [mailto:jav...@osg.samsung.com] >> Sent: Thursday, October 13, 2016 11:11 AM >> To: linux-ker...@vger.kernel.org >> Cc: Javier Martinez Canilla

Re: [PATCH] cciss: remove unneeded void pointer cast

2016-11-29 Thread Javier Martinez Canillas
Hello Martin, On 11/29/2016 01:35 PM, Martin K. Petersen wrote: >>>>>> "Javier" == Javier Martinez Canillas writes: > >>>> casting value returned by memory allocation function to (struct >>>> cciss_scsi_adapter_data_t *) is use

[PATCH] scsi: ufs-qcom: Fix module autoload

2017-01-02 Thread Javier Martinez Canillas
$ modinfo drivers/scsi/ufs/ufs-qcom.ko | grep alias $ After this patch: $ modinfo drivers/scsi/ufs/ufs-qcom.ko | grep alias alias: of:N*T*Cqcom,ufshcC* alias: of:N*T*Cqcom,ufshc Signed-off-by: Javier Martinez Canillas --- drivers/scsi/ufs/ufs-qcom.c | 1 + 1 file changed, 1