lkml.org 
[lkml]   [2015]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC PATCH 1/2] tee: generic TEE subsystem
    On Sat, Apr 18, 2015 at 10:57:12AM +0200, Greg Kroah-Hartman wrote:
    > On Fri, Apr 17, 2015 at 09:50:56AM +0200, Jens Wiklander wrote:
    > > +struct tee_device {
    > > + char name[TEE_MAX_DEV_NAME_LEN];
    > > + const struct tee_desc *desc;
    > > + struct device *dev;
    >
    > No, please embed the device in your structure, don't have a pointer to
    > it.

    Greg, "dev" here is not a locally allocated device, but the parent device.
    It's actually the same as struct tee_device.miscdev.parent, which could be
    used instead and this member deleted.

    --
    FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
    according to speedtest.net.


    \
     
     \ /
      Last update: 2015-04-18 11:21    [W:3.376 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site