From: Ian Abbott Date: Fri, 23 Aug 2013 13:45:05 +0000 (+0100) Subject: staging: comedi: comedi_bond: no need to free dev->private on detach X-Git-Tag: v3.12-rc1~183^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2af5b9681a9d1beaf37310ee3d6a5c4860750d5;p=pandora-kernel.git staging: comedi: comedi_bond: no need to free dev->private on detach The comedi core will free `dev->private` if it is non-NULL after calling the "detach" handler (`bonding_detach()`), so don't bother freeing it in `bonding_detach()`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed