diff options
author | Christoph Hellwig <hch@lst.de> | 2018-10-13 09:26:25 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-10-15 23:00:38 -0400 |
commit | 98cda6a2e0d46507c084bf1488f5627b9e487a2a (patch) | |
tree | cd5ea59e0f8d5e9549e48b19161e3f6167bd7031 /kernel | |
parent | 10c0cd38ce4cd2015a683e296596738adab9221f (diff) |
scsi: esp_scsi: use strong typing for the dev field
esp->dev is a void pointer that points either to a struct device, or a
struct platform_device. As we can easily get from the device to the
platform_device if needed change it to always point to a struct device
and properly type the pointer to avoid errors.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions