greybus: Merge branch 'master' into driver_model_rework
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 28 Oct 2014 02:30:18 +0000 (10:30 +0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 28 Oct 2014 02:30:18 +0000 (10:30 +0800)
1  2 
drivers/staging/greybus/connection.c
drivers/staging/greybus/connection.h
drivers/staging/greybus/operation.c

Simple merge
@@@ -36,7 -45,10 +45,9 @@@ struct gb_connection 
        struct list_head                operations;
        struct rb_root                  pending;        /* awaiting reponse */
        atomic_t                        op_cycle;
 -      struct delayed_work             timeout_work;
  
+       struct gb_connection_handler    *handler;
        void                            *private;
  };
  #define to_gb_connection(d) container_of(d, struct gb_connection, dev)
Simple merge