lkml.org 
[lkml]   [2010]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC 22/22] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric module
On Mon, Aug 30, 2010 at 02:23:23AM -0700, Nicholas A. Bellinger wrote:
> +
> +static void tcm_loop_primary_release(struct device *dev)
> +{
> + return;
> +}
> +
> +static struct device tcm_loop_primary = {
> + .init_name = "tcm_loop_0",
> + .release = tcm_loop_primary_release,
> +};
> +

No, you can not have statically allocated devices and dummy release
functions.

--
Dmitry


\
 
 \ /
  Last update: 2010-09-05 22:33    [W:0.102 / U:2.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site