diff options
author | Chris Zankel <chris@zankel.net> | 2009-04-03 05:29:05 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-03 05:29:05 -0400 |
commit | 65127d28e312bb6b38ce84a7bb71d762ef63ad4c (patch) | |
tree | d5fdf52a2d0731f7fab0ce0ed394faac50b04fbc /drivers/crypto/hifn_795x.c | |
parent | b8bb76713ec50df2f11efee386e16f93d51e1076 (diff) | |
parent | 8fe74cf053de7ad2124a894996f84fa890a81093 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into merge
Diffstat (limited to 'drivers/crypto/hifn_795x.c')
-rw-r--r-- | drivers/crypto/hifn_795x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index 0c79fe7f1567..4d85402a9e4a 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto/hifn_795x.c | |||
@@ -1882,7 +1882,7 @@ static void hifn_clear_rings(struct hifn_device *dev, int error) | |||
1882 | 1882 | ||
1883 | static void hifn_work(struct work_struct *work) | 1883 | static void hifn_work(struct work_struct *work) |
1884 | { | 1884 | { |
1885 | struct delayed_work *dw = container_of(work, struct delayed_work, work); | 1885 | struct delayed_work *dw = to_delayed_work(work); |
1886 | struct hifn_device *dev = container_of(dw, struct hifn_device, work); | 1886 | struct hifn_device *dev = container_of(dw, struct hifn_device, work); |
1887 | unsigned long flags; | 1887 | unsigned long flags; |
1888 | int reset = 0; | 1888 | int reset = 0; |