commit | 9b964f16546167fd1d5dfcf4d66f5cc9bf608525 | [log] [tgz] |
---|---|---|
author | Wang Hai <wanghai38@huawei.com> | Fri Jul 24 21:46:30 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 24 17:28:51 2020 -0700 |
tree | c7bf2f52943799813803abd752ea4706e432363b | |
parent | a8cf7d03319eca9abfb5d890283be0de2e692179 [diff] |
net: hix5hd2_gmac: Remove unneeded cast from memory allocation Remove casting the values returned by memory allocation function. Coccinelle emits WARNING: ./drivers/net/ethernet/hisilicon/hix5hd2_gmac.c:1027:9-23: WARNING: casting value returned by memory allocation function to (struct sg_desc *) is useless. This issue was detected by using the Coccinelle software. Signed-off-by: Wang Hai <wanghai38@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>