| From | Krzysztof Kozlowski <> | Date | Fri, 20 Apr 2018 08:07:43 +0200 | Subject | Re: [PATCH 06/61] crypto: simplify getting .drvdata |
| |
On Thu, Apr 19, 2018 at 4:05 PM, Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > We should get drvdata from struct device directly. Going via > platform_device is an unneeded step back and forth. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > --- > > Build tested only. buildbot is happy. Please apply individually. > > drivers/crypto/exynos-rng.c | 6 ++---- > drivers/crypto/picoxcell_crypto.c | 6 ++---- > 2 files changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Best regards, Krzysztof
|