Dan Williams
6527de6d6d
fsldma: use a valid 'device' for dma_pool_create
...
The dmaengine sysfs implementation was fixed to support proper
lifetime rules which means that the current:
new_fsl_chan->dev = &new_fsl_chan->common.dev->device;
...retrieves a NULL pointer because new_fsl_chan->common.dev has not
been allocated at this point. So, set new_fsl_chan->dev to a valid
device.
Cc: Li Yang <leoli@freescale.com>
Cc: Zhang Wei <zw@zh-kernel.org>
Reported-by: Ira Snyder <iws@ovro.caltech.edu>
Tested-by: Ira Snyder <iws@ovro.caltech.edu>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-01-12 15:20:42 -07:00
..
2009-01-09 04:56:56 -05:00
2009-01-08 16:29:41 +00:00
2009-01-10 15:06:52 -08:00
2009-01-08 08:31:14 -08:00
2009-01-09 15:06:12 -08:00
2009-01-07 17:23:53 -08:00
2008-12-29 08:28:43 +01:00
2009-01-09 13:56:06 -08:00
2009-01-02 11:44:09 -08:00
2009-01-10 06:12:18 -08:00
2008-12-30 18:48:01 -05:00
2009-01-06 11:38:22 -07:00
2009-01-12 15:20:42 -07:00
2009-01-06 15:59:30 -08:00
2009-01-09 23:22:32 +01:00
2009-01-08 08:31:15 -08:00
2009-01-06 17:02:07 -08:00
2009-01-07 15:48:54 -08:00
2009-01-07 15:37:24 -08:00
2009-01-09 16:54:42 -08:00
2009-01-07 15:37:24 -08:00
2009-01-09 03:39:43 -05:00
2009-01-06 10:44:39 -08:00
2009-01-08 11:05:59 -08:00
2009-01-08 08:31:15 -08:00
2009-01-08 16:29:44 +00:00
2009-01-09 22:44:30 +01:00
2009-01-08 20:58:01 +00:00
2009-01-06 10:44:34 -08:00
2009-01-07 11:31:52 -08:00
2009-01-09 08:31:11 +11:00
2009-01-08 11:05:59 -08:00
2009-01-09 16:54:41 -08:00
2009-01-08 16:27:31 -08:00
2009-01-08 12:38:58 +00:00
2009-01-09 04:56:56 -05:00
2009-01-09 11:52:14 -08:00
2009-01-09 12:37:15 -08:00
2009-01-08 14:25:41 -08:00
2009-01-09 12:43:06 -08:00
2009-01-09 11:53:07 -08:00
2009-01-06 15:59:31 -08:00
2009-01-10 06:12:18 -08:00
2009-01-09 16:54:41 -08:00
2009-01-09 03:39:43 -05:00
2009-01-06 10:44:38 -08:00
2009-01-06 15:59:28 -08:00
2009-01-09 13:55:37 -08:00
2009-01-09 11:53:07 -08:00
2009-01-09 12:15:07 +01:00
2009-01-06 13:20:38 -08:00
2009-01-08 16:27:31 -08:00
2009-01-08 14:25:00 -08:00
2009-01-07 16:37:34 +01:00
2009-01-07 17:22:04 -08:00
2009-01-06 10:44:37 -08:00
2009-01-06 10:44:44 -08:00
2009-01-08 11:05:59 -08:00
2009-01-08 11:05:59 -08:00
2009-01-09 13:55:13 -08:00
2009-01-06 10:44:34 -08:00
2009-01-08 08:31:14 -08:00
2008-12-31 16:12:54 +00:00
2009-01-08 08:30:59 -08:00
2009-01-09 04:56:56 -05:00