“03ea81550676296d94596e4337c771c6ba29f542”上不存在“drivers/iommu/intr_remapping.c”
-
由 Himanshu Jha 提交于
casting to void pointer from any pointer type and vice-versa is done implicitly and therefore casting is not needed in such a case. Done using Coccinellle. Semantic Patch used : @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: NHimanshu Jha <himanshujha199640@gmail.com> Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
50c8cd44