diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2012-11-16 14:46:12 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-21 13:44:10 -0800 |
commit | d5185c4eb3a022f7e7a435238c2b0b885e6b4821 (patch) | |
tree | aece700c34a2f5af161740a2e85a756040dd557a /lib | |
parent | 439926c81c01f31f9ffa7af7bf2d242b7f794f3c (diff) | |
download | op-kernel-dev-d5185c4eb3a022f7e7a435238c2b0b885e6b4821.zip op-kernel-dev-d5185c4eb3a022f7e7a435238c2b0b885e6b4821.tar.gz |
drivers: uio: Only allocate new private data when probing device tree node
The same condition should be used both when allocating and freeing the
driver private data. When dev.of_node is non NULL, allocate a new
private data structure, otherwise use the values from the platform data.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Cc: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions