Re: [PATCH v6 0/6] staging: kpc2000: another batch of fixes

2019-05-22 Thread Jeremy Sowden
On 2019-05-22, at 14:45:51 +0200, Greg KH wrote: > On Tue, May 21, 2019 at 11:35:18AM +0100, Jeremy Sowden wrote: > > There are a number relating to device attributes, one formatting > > patch, and another that changes how card numbers are assigned. > > > > Greg reckoned that the changes to the cod

Re: [PATCH v6 0/6] staging: kpc2000: another batch of fixes

2019-05-22 Thread Greg KH
On Tue, May 21, 2019 at 11:35:18AM +0100, Jeremy Sowden wrote: > There are a number relating to device attributes, one formatting patch, > and another that changes how card numbers are assigned. > > Greg reckoned that the changes to the code in the attribute call-backs > that gets the struct kpc20

[PATCH v6 0/6] staging: kpc2000: another batch of fixes

2019-05-21 Thread Jeremy Sowden
There are a number relating to device attributes, one formatting patch, and another that changes how card numbers are assigned. Greg reckoned that the changes to the code in the attribute call-backs that gets the struct kpc2000 object from the struct device object were broken. I've reviewed them